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

No value present when receiveSyncMessage twice with the same payload #8

Open
eneroth opened this issue Jan 10, 2024 · 0 comments
Open

Comments

@eneroth
Copy link

eneroth commented Jan 10, 2024

Occurs for both identical and equal payloads.

To reproduce this, receive the same bytes sequence of bytes twice. A NoSuchElementException is raised from Optional somewhere in receiveSyncMessage. It seems that every message received after this occurs will be met with the same exception, new or not.

generateSyncMessage seems to exhibit the same behavior after raising the exception in receiveSyncMessage, suggesting that there might be something stateful breaking after the exception occurs the first time.

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

1 participant