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
It is currently possible to induce a stack overflow in some cases of chained futures, e.g. a chain of f_and some thousands deep.
In such cases, an exception will be logged but the future held by the caller will be broken. Investigate if something better can be done here to at least cause an exception to bubble up.
The text was updated successfully, but these errors were encountered:
It is currently possible to induce a stack overflow in some cases of chained futures, e.g. a chain of
f_and
some thousands deep.In such cases, an exception will be logged but the future held by the caller will be broken. Investigate if something better can be done here to at least cause an exception to bubble up.
The text was updated successfully, but these errors were encountered: