Nikky
08/04/2020, 2:43 PMclient.websocket(host, port, path) {
for(frame in incoming) {
// a `break` somewhere in here
}
close(CloseReason(CloseReason.Codes.GOING_AWAY, "OK"))
<http://logger.info|logger.info> { "sent close" }
}
<http://logger.info|logger.info> { "websocket closed" }
i see the sent closed
log message
but after that it hangs
is there any other way to close the websocket ?
PS: seems like it works better when not using CIO engine
maybe such incompabilities should be put in the docs ?Alexandre Brown
08/06/2020, 2:24 PM