Search found 1 match
- 29 Oct 2017 22:57
- Forum: Discussions in English
- Topic: websocket server won't send
- Replies: 0
- Views: 2806
websocket server won't send
I created a module using code from the following example from the Z-Way Manual but I cannot get the server to send data to clients. The client connects and the server prints the debug messages, but the sock.send('pong') line does nothing. I tried a couple of clients including wscat. var sock = new s...