jsanchezfr

Results 5 comments of jsanchezfr

I have kept trying, but to no result: I have extended "response": - With a pointer to a class of mine ("pEventStream"), which has a function "bool getEvent(std::string &buf)". This...

Thanks a lot! I'll try!

I'm trying, but I'm having problems with the client reading the data from the server correctly. It could be my code's fault, of course.

Still open... I had to remove the "unquote" to make it work with SOS.

Not working since FF 52.0 version. A quick debug: File: modules/API.js line: 219 param.append("file", new File(parameter.path)); Throw Exception: "Not enough arguments to File." Solution? Maybe: param.append("file", new File([],parameter.path));