You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default hertz has 3 minutes of Read timeout which is fine. But I wanted to disable ReadTimeout for Websocket handler. Currently the websocket connection auto close with error Error connection read timeout.
Is it possible to disable or increase the Read Timeout for websocket handler.
The text was updated successfully, but these errors were encountered:
Describe the Question
By default hertz has 3 minutes of Read timeout which is fine. But I wanted to disable ReadTimeout for Websocket handler. Currently the websocket connection auto close with error
Error connection read timeout
.Is it possible to disable or increase the Read Timeout for websocket handler.
The text was updated successfully, but these errors were encountered: