No Response from WebSocket API
Hello,
I seem to be having a strange problem with the websocket API. I can open the socket, and obtain statuses using recv(), but when I try to send any command (ping, listPrinter, etc.) I get no response from the server.
Any idea how I can start troubleshooting?
Comments
Then do same in your app and compare what is missing. E.g. did you authenticate user? Did you send printer slug? The difference and stream debugging normally shows the problem.