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
If one will send a message to client session immediately in onSessionOpen, then SessionEvent message will be sent to the AeronCluster client (through same Egress channel). As a result the message is sometimes not received by the client.
One the other hand, egress open event also can not be just sent to the client before session is opened in clustered service - because instruction from client may come before session is added to sessions (rather than pending sessions).
The text was updated successfully, but these errors were encountered:
If one will send a message to client session immediately in onSessionOpen, then SessionEvent message will be sent to the AeronCluster client (through same Egress channel). As a result the message is sometimes not received by the client.
One the other hand, egress open event also can not be just sent to the client before session is opened in clustered service - because instruction from client may come before session is added to sessions (rather than pending sessions).
The text was updated successfully, but these errors were encountered: