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
Would this event start before the :gen_statem.call/2 and end when we get a response (or error/exception)?
Also, this raises the question of whether we should add support for the :pool_timeout option, which would then be passed to :gen_statem.call/3. We would probably want to use a :dirty timeout to avoid copying and sending the request via a spawned proxy process.
The text was updated successfully, but these errors were encountered:
Would this event start before the :gen_statem.call/2 and end when we get a response (or error/exception)?
Also, this raises the question of whether we should add support for the
:pool_timeout
option, which would then be passed to:gen_statem.call/3
. We would probably want to use a:dirty
timeout to avoid copying and sending the request via a spawned proxy process.The text was updated successfully, but these errors were encountered: