Regular ack doesn't matter

This commit is contained in:
Erik 2015-03-20 20:52:34 -04:00
parent 6ac69d1c2d
commit 6985efd7fb

View File

@ -287,7 +287,6 @@ class SocketParser {
return return
} }
p.justAck = true
socket.handleAck(p.id!, data: p.data) socket.handleAck(p.id!, data: p.data)
} else if p.type == SocketPacketType.BINARY_EVENT { } else if p.type == SocketPacketType.BINARY_EVENT {
if checkNSP(p.nsp) { if checkNSP(p.nsp) {