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
Looks like the problem is due to reusing archive egress publication, which leads to sending connect response before client's subscription actually connected.
Can be fixed by using exclusive publication instead.
Following snippet throws
TimeoutException
on secondAeronArchive.connect
.The text was updated successfully, but these errors were encountered: