Files
ESPAsyncWebServer/src
matt123p 5ea49e313d Prevent an assertion failure when using WebSockets (#584)
Frequently when using Web Sockets you will get the assert failure:
    	assertion "new_rcv_ann_wnd <= 0xffff" failed: file "/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/lwip/lwip/src/core/tcp.c", line 779, function: tcp_update_rcv_ann_wnd

This will happen particulary when you close the browser window.  This change
prevents the issue from occuring.
2019-09-21 13:27:34 +03:00
..
2017-09-07 22:01:58 +03:00
2019-06-24 17:27:35 +02:00
2017-09-07 22:01:58 +03:00
2017-09-07 22:01:58 +03:00