--------------------------------------------------------------------------------------------------------------------- IClientSessionLifecycle interface --------------------------------------------------------------------------------------------------------------------- Dispose 文档请参考: IClientSessionL
()
| 101 | |
| 102 | // Dispose 文档请参考: IClientSessionLifecycle interface |
| 103 | func (s *PushSession) Dispose() error { |
| 104 | return s.core.Dispose() |
| 105 | } |
| 106 | |
| 107 | // WaitChan 文档请参考: IClientSessionLifecycle interface |
| 108 | func (s *PushSession) WaitChan() <-chan error { |