generated from ApeWorX/project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds Web3SubscriptionsManager.get_subscription_data_nowait() (#95)
* feat: adds Web3SubscriptionsManager.pop_subscription_data() * feat: adds get_subscription_data_nowait() to Web3SubscriptionsManager * fix: awaiting sync func * refactor: leverage asyncio.timeout when calling websocket client.recv * fix: one day I'll learn to lint before committing. * fix: Python 3.10 does not support asyncio.timeout * fix: get asyncio lock when calling _receive() * chore: cleanup, remove pop_subscription_data() * chore: logging and return from generator on end * chore: cleanup debug statements
- Loading branch information
1 parent
fc636ce
commit 34a12e0
Showing
1 changed file
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters