You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug("New image available with session id => {} and sourceIdentity => {} and subscription => {}", image.sessionId(), sourceIdentity, subscription.toString())
50
+
ctx.availableImageHandler((Imageimage) ->
51
+
debug("New image available with session id => {} and sourceIdentity => {} and subscription => {}", image.sessionId(), image.sourceIdentity(), image.subscription().toString())
52
52
);
53
53
54
54
aeron = Aeron.connect(ctx);
@@ -117,7 +117,7 @@ void poll() {
117
117
*/
118
118
119
119
/**
120
-
* Creates a logic group of {@link uk.co.real_logic.aeron.Subscription}s to a particular channel.
120
+
* Creates a logic group of {@link io.aeron.Subscription}s to a particular channel.
0 commit comments