-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: add websocket module to py-sdk #117
Conversation
Question: is there any event deserialization so far? Will user get price as float or as a string? Or this is a scope if the next PR? |
I'll do that in another PR. I'll tie in the deserialization with the #118 and #119 so we can leverage proto to already know the types of the fields |
Changes look good but tests are still failing. |
Fix #116
With this, user can now open websocket object and have a multiprocessing queue filled with events:
Events included are:
Perp events
Vpool events