Stop unsubscribes from the stream and cancels subscription. No more messages will be received after calling this method. All messages that are already in the buffer are discarded.
()
| 59 | // No more messages will be received after calling this method. |
| 60 | // All messages that are already in the buffer are discarded. |
| 61 | Stop() |
| 62 | |
| 63 | // Drain unsubscribes from the stream and cancels subscription. |
| 64 | // All messages that are already in the buffer will be processed in callback function. |
no outgoing calls
no test coverage detected