Steps to reproduce:
- compile and install libwebsockets-2.3
- compile example echoserver from cppWebSockets
- run echoserver
- open index.html (from echoserver directory) in a browser (here: firefox 55.0.2)
- enter a long string in the textbox and click send
On one system (ubuntu 16.04), it crashes with strings of length 16, like "1234567890123456", on another (yocto on intel edison) after 128 characters.
This does not happen with the libwebsockets-test-echo, so I assume it is something with cppWebSockets. Any idea?
Steps to reproduce:
On one system (ubuntu 16.04), it crashes with strings of length 16, like "1234567890123456", on another (yocto on intel edison) after 128 characters.
This does not happen with the libwebsockets-test-echo, so I assume it is something with cppWebSockets. Any idea?