websocket icon indicating copy to clipboard operation
websocket copied to clipboard

WebSocket implementation for fasthttp.

Results 7 websocket issues
Sort by recently updated
recently updated
newest added

Fast HTTP is using well-optimized https://github.com/klauspost/compress library for compression. I think we can change it in here too, with that way we can get very nice performance and resource optimization...

I've been reading about how you can increase WebSocket performance by creating an epoll to handle file descriptors. I've tried every possible way to obtain it from *websocket.Conn, but I...

Hi, currently, within the handler function, each user will create a seperate goroutine as reader/writer. Is it possibile for fasthttp/websocket to handle multiple user on a single goroutine with a...

Hi, Is it possibile for fasthttp/websocket to handle multiple user on a single goroutine with a kind of (may be) event loop?

After I close the client connection, I write message on it with conn.WriteJSON() and here is what happens: - the first attempt to write returns just fine however the connection...

question
pending/investigation

fasthttp/websocket module returns "websocket: bad handshake" error when HTTP response code is different than 101 or header values are incorrect. This hides any other non-websocket HTTP errors like 401 Unauthorized,...

bug

Error: `write tcp 127.0.0.1:8090->127.0.0.1:47398: write: broken pipe` I haven't did ping in websocket.