Open ariel-bentu opened 5 years ago
With this change, one can observe and modify the traffic on the websocket, and also get notified when websocket is closed. In addition, in fact one can initiate a close, by returning error from read or write.
I do need something similar but this implementation is a bit wierd, sorry
With this change, one can observe and modify the traffic on the websocket, and also get notified when websocket is closed. In addition, in fact one can initiate a close, by returning error from read or write.