1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-06 09:07:08 +02:00

reduc logs

This commit is contained in:
Chris Lu 2020-05-17 17:38:31 -07:00
parent bff09fb74f
commit 081ee6fe34

View file

@ -52,7 +52,7 @@ func (broker *MessageBroker) Subscribe(stream messaging_pb.SeaweedMessaging_Subs
go func() {
for isConnected {
if _, err := stream.Recv(); err != nil {
println("disconnecting connection to", subscriberId, tp.String())
// println("disconnecting connection to", subscriberId, tp.String())
isConnected = false
lock.cond.Signal()
}