This repository has been archived by the owner on May 24, 2023. It is now read-only.
SetWriteDeadline throws error that does not recover #142
Labels
🤔 Question
Further information is requested
im using the chat example as in the fasthttp/webscoket repo's example and the SetWriteDeadline throws error each time a user disconnect which does not recover till server is restarted
c.Conn.SetWriteDeadline(time.Now().Add(writeWait))
The text was updated successfully, but these errors were encountered: