mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Remove commented out code
Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
@@ -2777,9 +2777,7 @@ func TestRoutePoolAndPerAccountWithServiceLatencyNoDataRace(t *testing.T) {
|
||||
defer nc.Close()
|
||||
|
||||
// The service listener.
|
||||
// serviceTime := 25 * time.Millisecond
|
||||
natsSub(t, nc, "req.echo", func(msg *nats.Msg) {
|
||||
// time.Sleep(serviceTime)
|
||||
msg.Respond(msg.Data)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user