-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
I was facing an issue and i have reported it
i feels like i have to report the same here also as the underlying websocket connection is fasthttp/websocket
I am getting issue from :
Lines 346 to 354 in 82c8017
| func (c *Conn) Close() error { | |
| if c == nil { | |
| return ErrNilConn | |
| } | |
| if c.conn == nil { | |
| return ErrNilNetConn | |
| } | |
| return c.conn.Close() | |
| } |
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
millfort, intezya and Camotubi
Metadata
Metadata
Assignees
Labels
No labels