issues
search
Theldus
/
wsServer
wsServer - a tiny WebSocket server library written in C
https://theldus.github.io/wsServer
GNU General Public License v3.0
427
stars
86
forks
source link
Bug Fix: Closed connection without triggering the onclose event
#21
Closed
CleberPeter
closed
3 years ago
CleberPeter
commented
3 years ago
When the
do_close
method returned failed, the
onclose
event was not triggered.
When the connection ended, it did not release the memory allocated in
wfd.msg
.
do_close
method returned failed, theonclose
event was not triggered.wfd.msg
.