Simon Rigét
Simon Rigét
Hi Momit-litu without looking at your code, i would guess that the problem is that you use wss:// as protocol. Its not supported yet, by PHP. You should not specify...
have you tried example 3?
does it work with echo.websocket.org and your headers? it's unlikely that a wss service starts with www. Are you sure about the address?
"wss://www.mews.li" is a protocol AND an address. "ws.mews-demo.com" would be just an address. Try without specifying the protocol.
they state that you should use: "ws.mews-demo.com" The wss:// part is what this package provides. Not an address.
The error text might not be altogether that informative, though technically correct. This is do to a read timeout. - What is you read timeout? - How long did you...
Hi Tesla-srt Thank you for sharing. I have opened the discussions tab: https://github.com/paragi/PHP-websocket-client/discussions would you please move your question to that section, as I don't believe i belongs in issues....
Yes. No difference (as it should be according to man page ) I'v tested on Debian ubuntu 18.04. Node 8 - 11 (There are compiler issues with node 11) Are...
Thank you for the reference issue. That is exactly the issue I'm concerned about. When there is no serial number, the only way to uniquely identify the device, is via...
If I understand your question right, yes. The goal of the project was to serve PHP script files on a node express server.