Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messages sent from session open #1351

Closed
vdaniloff opened this issue Aug 31, 2022 · 1 comment
Closed

Messages sent from session open #1351

vdaniloff opened this issue Aug 31, 2022 · 1 comment

Comments

@vdaniloff
Copy link
Contributor

vdaniloff commented Aug 31, 2022

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).

mjpt777 added a commit that referenced this issue Sep 1, 2022
@vdaniloff
Copy link
Contributor Author

thanks a lot for the fix! could you please advise if there are any plans for release?

@mjpt777 mjpt777 closed this as completed Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants