Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prevent crash during timer expiration after stream is closed
Reorder ticker stop and close merge to prevent send(true) happens after merge is closed, in rare situation when the timer expires exactly at the point between close(merge) and ticker.Stop() Signed-off-by: morapet <[email protected]>
- Loading branch information