Skip to content

Commit d19fb7e

Browse files
authored
Update base_service.go
Fixed service timeout stop subscribe.
1 parent 6e7f3fd commit d19fb7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rpc/base_service.go

-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ func (service *BaseService) Publish(
596596
case result := <-message:
597597
return result
598598
case <-time.After(timeout):
599-
service.offline(t, topic, id)
600599
return nil
601600
}
602601
}, Options{})

0 commit comments

Comments
 (0)