mirror of
https://github.com/FluuxIO/go-xmpp
synced 2024-11-13 07:10:30 +00:00
fix: use correct code in cleanup
This commit is contained in:
parent
6fba0f00db
commit
e567905024
@ -168,7 +168,7 @@ func (t *WebsocketTransport) cleanup(code websocket.StatusCode) error {
|
|||||||
t.queue = nil
|
t.queue = nil
|
||||||
}
|
}
|
||||||
if t.wsConn != nil {
|
if t.wsConn != nil {
|
||||||
err = t.wsConn.Close(websocket.StatusGoingAway, "Done")
|
err = t.wsConn.Close(code, "Done")
|
||||||
t.wsConn = nil
|
t.wsConn = nil
|
||||||
}
|
}
|
||||||
if t.closeFunc != nil {
|
if t.closeFunc != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user