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 updates using PathFind when passing an id #405

Open
LimpidCrypto opened this issue Jun 15, 2022 · 1 comment
Open

No updates using PathFind when passing an id #405

LimpidCrypto opened this issue Jun 15, 2022 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@LimpidCrypto
Copy link
Contributor

The path_find method is supposed to give you updates about paths resulting in a given currency.
When using the PathFind model and passing in an id the client (no matter WebsocketClient or AsyncWebsocketClient) only sends a message once, but does not send any updates. When not providing an id the client sends updates as intended.

@JST5000
Copy link
Contributor

JST5000 commented Jun 15, 2022

Thanks for posting this as an issue - Initial thought is that maybe the connection is treating all future back/forth as a duplicate message because it has the same id for multiple messages. Will need to look into this further.

@intelliot intelliot added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants