Implement notifications_iter
for async connections
#231
LucaCappelletti94
started this conversation in
Ideas
Replies: 1 comment
-
It is certainly possible to implement an async equivalent of that method. I personally do not have the time to do that in a timely manner, but I might accept a PR for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At this time, the
notifications_iter
method is solely available for thesync
connections. Would it be possible to implement it also for theasync
case?Beta Was this translation helpful? Give feedback.
All reactions