Baptiste Clavié
Baptiste Clavié
The receiver part is not properly working ATM (more a poc than anything else actually), even though there are some ideas to make it work : see #74). I wouldn't...
As we do not currently need it, as @rgazelot said, it should not be right now. But heh, we welcome any PR if you need it :)
As said in https://github.com/Wisembly/elephant.io/issues/179#issuecomment-448460882, please catch the exception and dump the `getErrorMessage()`. It should pinpoint you the error on why it couldn't connect your to the server. BTW, IIUC, you...
Probably, give it a try. :}
AFAIK, I think it's a problem on your node server. I think you're serving through http (not https) on the port 3000, and the port 443 is not listened by...
Care to make a PR ?
Yep just saw, that's why I deleted my comment. :} I think there was an error at some point that needed the ssl context for ssl connections instead of https,...
I think this is a problem on socket.io node server, not the php side. As it doesn't seem to indicate that websockets are supported, it crashes. But maybe an improvement...
Would you mind setting it on `polling` and then check what it does ? thanks (marking this issue as `improvement` in order to reflect on whether detecting if `websocket` is...
Then this is an issue with you node server, not elephant.io, as it does not return any proper upgrade path. But then again, if no upgrades available, then I don't...