Skip to content
Snippets Groups Projects
Commit 08ebb97d authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix stoppable

parent 7a2f757f
No related branches found
No related tags found
1 merge request!23Release
......@@ -67,6 +67,7 @@ func (s *Store) ClearMessages() stoppable.Stoppable {
for {
select {
case <-stop.Quit():
stop.ToStopped()
t.Stop()
return
case <-t.C:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment