add missing file

This commit is contained in:
Erik 2015-03-25 11:51:55 -04:00
parent 182ba0017b
commit 90f50a1c7e

View File

@ -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")
} }
} }