add rest of emitWithAck for objc test
This commit is contained in:
parent
8e1434e63b
commit
82e7882497
@ -35,7 +35,9 @@
|
||||
}
|
||||
|
||||
- (void)testEmitWithAckSyntax {
|
||||
[self.socket emitWithAck:@"testAckEmit" withItems:@[@YES]];
|
||||
[self.socket emitWithAck:@"testAckEmit" withItems:@[@YES]](0, ^(NSArray* data) {
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
- (void)testOffSyntax {
|
||||
|
||||
@ -105,7 +105,6 @@ extension SocketEnginePollable {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
DefaultSocketLogger.Logger.log("Doing polling request", type: "SocketEnginePolling")
|
||||
|
||||
session?.dataTaskWithRequest(req, completionHandler: callback).resume()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user