We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018c993 commit efad448Copy full SHA for efad448
Source/SocketAckEmitter.swift
@@ -45,7 +45,7 @@ public final class SocketAckEmitter : NSObject {
45
socket.emitAck(ackNum, with: items)
46
}
47
48
- public func isRequired() -> Bool {
+ public func isExpected() -> Bool {
49
return ackNum != -1
50
51
0 commit comments