You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only set signal handlers if outside of a context manager:
- Since context managers can handle signals appropriately, disconnecting
after receiving a signal, only set signal handlers if outside of a
context manager instantiation
i.e. ``await AsyncWeb3(PersistentConnectionProvider(...))``.
0 commit comments