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
Close stream channels when the parent channel becomes inactive (#131)
Motivation:
Stream channels don't get closed when the parent channel closes. This
can lead to some unexpected behaviour for users.
Modifications:
Call receiveStreamClosed on stream channels in the multiplexer when
reciving channelInactive. Added a test to verify the stream is closed.
Result:
Stream channels will be closed when the parent channel is closed.
0 commit comments