8000
We read every piece of feedback, and take your input very seriously.
8000 To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26faeb8 commit 3ebdb63Copy full SHA for 3ebdb63
objective-c/tutorial3/Cartfile.resolved
@@ -1,3 +1,3 @@
1
github "robbiehanson/CocoaAsyncSocket" "562bae6af6dbd7e1891293dae20b9f79a2fd7228"
2
github "Mantle/Mantle" "a16d18f635b3ba1ffb01d27d4393ee97cadf4f34"
3
-github "rabbitmq/rabbitmq-objc-client" "de0f201af7d3fd94f62ef29568c83ab88b2b35fb"
+github "rabbitmq/rabbitmq-objc-client" "2a9ac4ab13bb7b68871bc350f8e0fc4c60ca56bf"
objective-c/tutorial3/tutorial3/ViewController.m
@@ -42,7 +42,7 @@ - (void)receiveLogs {
42
43
NSLog(@"Waiting for logs.");
44
45
- [q subscribe:^(RMQMessage * _Nonnull message) {
+ [q subscribe:^(RMQDeliveryInfo * _Nonnull deliveryInfo, RMQMessage * _Nonnull message) {
46
NSLog(@"Received %@", message);
47
}];
48
}
0 commit comments