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
The Close() is working and returning nil. So it should be closing the underlying connection also but the client(i was using postman) is still connected even after i have called Close() and client can still send the message into the socket connection.
Any assistance from your side is highly appreciated
The text was updated successfully, but these errors were encountered:
I was facing an issue and i have reported it
gofiber/contrib#698
i feels like i have to report the same here also as the underlying websocket connection is fasthttp/websocket
I am getting issue from :
websocket/conn.go
Lines 346 to 354 in 82c8017
The Close() is working and returning nil. So it should be closing the underlying connection also but the client(i was using postman) is still connected even after i have called Close() and client can still send the message into the socket connection.
Any assistance from your side is highly appreciated
The text was updated successfully, but these errors were encountered: