add missing file
This commit is contained in:
parent
182ba0017b
commit
90f50a1c7e
@ -226,7 +226,7 @@ class SocketParser {
|
|||||||
socket.didConnect()
|
socket.didConnect()
|
||||||
}
|
}
|
||||||
} else if p.type == SocketPacketType.DISCONNECT {
|
} else if p.type == SocketPacketType.DISCONNECT {
|
||||||
socket.didForceClose(message: "Got Disconnect")
|
socket.didForceClose("Got Disconnect")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user