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
Change NopReceiver creating of asyncio.Future to loop.create_future()
Because it is recommended in the python documentation.
This way alternative event loop implementations can inject their
own optimized implementations of a Future object.
Signed-off-by: Elzbieta Kotulska <[email protected]>
0 commit comments