Closed dsbaha closed 8 years ago
Hello, I've been trying to reproduce the problem and your code looks good. We have here then several possibilities but I suspect this could be solved by using latest stable noPoll source code from github.com (rev 291 is stable). If problem persists, it might be cause by an unallocated resource causing mask bit (should be only from client to server) turns at the server so it happens too from server to client. Best Regards
Closing as no response was received. Can't reproduce bug. Thanks for reporting. Best Regards
Hi everyone, I'm using the Espressif Version of LibNoPoll located at https://github.com/espressif/ESP8266_RTOS_SDK as well as trunk rev 238 of LibNoPoll from the dolphin site.
The connection establishes fine, I can send text messages back and forth without a problem. However, whenever a ping/pong message comes through the connection goes haywire.
After the ping/pong all further communication is just corrupted from the server view. Having fiddler on the client, it shows correct websocket communication to the server.
` Here is what my RTOS While Loop Looks like;
while(nopoll_conn_is_ok(conn)) {
`