nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.64k stars 3.12k forks source link

Websocket send buffer size limitation #3533

Closed LaySoft closed 1 year ago

LaySoft commented 2 years ago

With ws:send command I can send maximum 509 bytes, 510 or more not. The function returns nil, it means successful, but no data sended.

Why is there this restriction?

vsky279 commented 1 year ago

Hi, could you please follow the rules for raising up an issue? Your issue is not reproduceable When you are creating it it gives you the template to follow.