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
Simple but meh: Spawn a task for each and await them all
Reasonable but expensive: Rework the session pool to yield a session and add a way to enqueue multiple protocols from a single process (so replace GenServer.call in Channel)
The text was updated successfully, but these errors were encountered:
Just adding this as an issue, to not get lost :)
#194 (comment)
Implementation ideas:
GenServer.call
inChannel
)The text was updated successfully, but these errors were encountered: