()
| 159 | } |
| 160 | |
| 161 | func (b *TopicTestHelper) tearDown() { |
| 162 | globals.hub = nil |
| 163 | store.Messages = nil |
| 164 | store.Users = nil |
| 165 | store.Topics = nil |
| 166 | store.Subs = nil |
| 167 | b.ctrl.Finish() |
| 168 | } |
| 169 | |
| 170 | func (s *Session) testWriteLoop(results *responses, wg *sync.WaitGroup) { |
| 171 | for msg := range s.send { |
no outgoing calls
no test coverage detected