We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28743df commit 6550000Copy full SHA for 6550000
coherence/session.go
@@ -444,6 +444,9 @@ func (s *Session) Close() {
444
445
if s.GetProtocolVersion() > 0 {
446
_ = s.v1StreamManagerCache.eventStream.grpcStream.CloseSend()
447
+ if s.v1StreamManagerQueue != nil {
448
+ _ = s.v1StreamManagerQueue.eventStream.grpcStream.CloseSend()
449
+ }
450
}
451
s.dispatch(Closed, func() SessionLifecycleEvent {
452
return newSessionLifecycleEvent(s, Closed)
0 commit comments