Is your feature request related to a problem? Please describe.
I am trying to set Read Deadline everytime I receive a ping/pong to keep the connection alive. By default, it is 15 minutes which seems long. I wanted to set the read deadline using ws.SetReadDeadline but looks like ws is not available to accessed from outside.
Describe the solution you'd like
Allow ws to be accessed from outside as Ws
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. I am trying to set Read Deadline everytime I receive a ping/pong to keep the connection alive. By default, it is 15 minutes which seems long. I wanted to set the read deadline using
ws.SetReadDeadline
but looks likews
is not available to accessed from outside.Describe the solution you'd like Allow
ws
to be accessed from outside asWs
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.