Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marceaul committed May 20, 2024
1 parent 9b31a40 commit 33a2c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/tss/tssManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ func Send(tss GenericTSS, ctx context.Context, c *websocket.Conn) {
}
}

time.Sleep(10 * time.Millisecond)
time.Sleep(10 * time.Millisecond) // UPDATE : remove polling, use channels to trigger send when next TSS message ready
}
}
}
Expand Down

0 comments on commit 33a2c1d

Please sign in to comment.