diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2018-11-25 16:28:55 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2018-11-25 17:25:03 +0100 |
commit | c3d3f1dedb84d699751afd74dc2d9a1c79a576ac (patch) | |
tree | 1c6f7b3c744b71592d96ff3b9fd80add0b2dcd9e /core/io/packet_peer.cpp | |
parent | 0d69da8c0ec1df3d8486208a45979187b97d56ec (diff) |
Websocket LWS keep servicing till no CB are left
Apparently, only a single WRITABLE/READABLE callback is called at each
servicing. For this reason, we want to keep servicing until we end up
not receiving any callback.
When that happens, we can assume that we can't (or don't want to) write
more, and that there is nothing left to read in the socket buffer.
Diffstat (limited to 'core/io/packet_peer.cpp')
0 files changed, 0 insertions, 0 deletions