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
Is there a way to add clients to a ClientPool while it is running?
Basically, a single client works fine with the new asyncio compatibility.
Now I'd like to spawn multiple bots/clients, after the loop has started, and keep asyncio compatibility to include it as part of a bigger program, also making use of asyncio functionality.
The text was updated successfully, but these errors were encountered:
Simon-L
changed the title
[asyncio]
[asyncio] Add clients to ClientPool while it is running
Oct 6, 2018
Is there a way to add clients to a ClientPool while it is running?
Basically, a single client works fine with the new asyncio compatibility.
Now I'd like to spawn multiple bots/clients, after the loop has started, and keep asyncio compatibility to include it as part of a bigger program, also making use of asyncio functionality.
The text was updated successfully, but these errors were encountered: