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 Ogmios connection error #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

caike
Copy link
Member

@caike caike commented Sep 18, 2024

This error would take place when the Ogmios service is started with an invalid socket file. The Ogmios service is able to start and receive connections but the handshake is never completed and the client errors out when trying to send frames.

The fix was added to the underlying websocket_client library and this commit simply updates Xogmios to point to the patched version.

Fixes #42

This error would take place when the Ogmios service is started
with an invalid socket file. The Ogmios service is able to start and
receive connections but the handshake is never completed and the client
errors out when trying to send frames.

The fix was added to the underlying websocket_client library and this
commit simply updates Xogmios to point to the patched version.
@caike caike marked this pull request as ready for review September 18, 2024 21:45
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.

Incorrect behavior with not fully synced Ogmios
1 participant