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
While working with @nebhale we realized that the returned mono does not translate cancellation.
It should propagate the cancel to the passed publisher to prevent further writes and also cleanup the state in ChannelOperationHandler.
The text was updated successfully, but these errors were encountered:
Fix#317 Forward user-facing cancel to send(Publisher) cancel
Reduce instance allocations for send(Publisher) with context.
Fix possible listener leak in FutureMono for immediately cancelling subscription.
Will not not propagate cancel to future (to be deprecated anyway in Netty 5)
fix context propagation optimization
While working with @nebhale we realized that the returned mono does not translate cancellation.
It should propagate the cancel to the passed publisher to prevent further writes and also cleanup the state in ChannelOperationHandler.
The text was updated successfully, but these errors were encountered: