Skip to content

Commit efad448

Browse files
committed
change isRequired() to isExpected()
1 parent 018c993 commit efad448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SocketAckEmitter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class SocketAckEmitter : NSObject {
4545
socket.emitAck(ackNum, with: items)
4646
}
4747

48-
public func isRequired() -> Bool {
48+
public func isExpected() -> Bool {
4949
return ackNum != -1
5050
}
5151
}

0 commit comments

Comments
 (0)