mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-17 14:11:08 +00:00
control order by sending msgs from one goroutine
This commit is contained in:
@@ -339,8 +339,6 @@ func TestMConnectionTrySend(t *testing.T) {
|
||||
go func() {
|
||||
mconn.TrySend(0x01, msg)
|
||||
resultCh <- "TrySend"
|
||||
}()
|
||||
go func() {
|
||||
mconn.Send(0x01, msg)
|
||||
resultCh <- "Send"
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user