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

fix: worker tries to open websocket before sending any request #114

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

clangenb
Copy link
Member

@clangenb clangenb commented Oct 18, 2024

The incognitee page has observed an occasional disconnected error while sending a request. This was introduced with the #110, which implemented the SubmittableGetter. While sending the submittable getter, the worker didn't double-check if the connection is still open as it did in other cases. This PR moves this check to the innermost location, directly before sending the RPC request.

@clangenb clangenb merged commit b9ef8c4 into master Oct 18, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

1 participant