dgrr / websocket

WebSocket for fasthttp
MIT License
60 stars 13 forks source link

WriteBinary() is needed in Conn too #4

Open etkim7 opened 2 years ago

etkim7 commented 2 years ago

I wonder why WriteBinary() is not implemented in Conn. (Server side) Seems like the server can respond as text style only