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

Ogmios connections leak #46

Open
arjaz opened this issue Dec 11, 2024 · 1 comment · Fixed by caike/banana_websocket_client#3
Open

Ogmios connections leak #46

arjaz opened this issue Dec 11, 2024 · 1 comment · Fixed by caike/banana_websocket_client#3
Assignees
Labels
bug Something isn't working

Comments

@arjaz
Copy link

arjaz commented Dec 11, 2024

I think the reconnect during the network sync doesn't terminate the connections correctly.

With Xogmios trying to reconnect the number grows indefinitely.
image
image

As soon as I terminate the Xogmios application all open connections are dropped.
image

@caike
Copy link
Member

caike commented Dec 19, 2024

@arjaz Thanks for reporting the issue 🙏

Mind checking if the fix-reconnection-leak branch works for you ?

{:xogmios, github: "wowica/xogmios", branch: "fix-reconnection-leak"}

Then I can merge this PR and push an update to hex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants