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

Commits on Sep 18, 2024

  1. Fix Ogmios connection error

    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 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5f7c7cc View commit details
    Browse the repository at this point in the history