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 ff12285 commit 018c993Copy full SHA for 018c993
Source/SocketAckEmitter.swift
@@ -46,7 +46,7 @@ public final class SocketAckEmitter : NSObject {
46
}
47
48
public func isRequired() -> Bool {
49
- return ackNum != -1;
+ return ackNum != -1
50
51
52
0 commit comments