pflarue / ardop

Source for various version of ARDOP
Other
23 stars 4 forks source link

Handle incomplete send_to_socket(). #56

Closed pflarue closed 2 weeks ago

pflarue commented 2 weeks ago

The WebSockets library used by ardopcf to communicate with the Webgui is designed to pass small to moderate sized messages. However, it is also used to serve the html, css, and js for the Webgui. A limitation was found that would cause a failure if any of these files was too big. This does not cause any problems for the current version of ardopcf, but it would limit the ability to add features to the Webgui. So, this branch reworks part of this WebSockets library so that now larger files can be served.