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
We need to do some async stuff in the before_send hook, but seems like it's not possible without using block_on. I would appreciate if you consider adding an async version of the hook or suggest another way to handle it with the current API.
The text was updated successfully, but these errors were encountered:
Hi @alex35mil, thanks for the suggestion. It will probably take us some time to get around to implementing a before_send_async function. If you would like a quicker resolution, I would suggest opening a PR
We need to do some async stuff in the
before_send
hook, but seems like it's not possible without usingblock_on
. I would appreciate if you consider adding an async version of the hook or suggest another way to handle it with the current API.The text was updated successfully, but these errors were encountered: