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
Currently, ExceptionDummyBackend::close() calls setException(). This is wrong, as it will also push exceptions to the async read queues. Instead the push type transfers should only be disabled.
This should be implemented by separating out the async disable code from setException() and call it separately.
The text was updated successfully, but these errors were encountered:
Currently, ExceptionDummyBackend::close() calls setException(). This is wrong, as it will also push exceptions to the async read queues. Instead the push type transfers should only be disabled.
This should be implemented by separating out the async disable code from setException() and call it separately.
The text was updated successfully, but these errors were encountered: