Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testServerStreamPingRunning (0.16 sec)

  1. internal/grid/grid_test.go

    		defer timeout(1 * time.Minute)()
    		testServerStreamPingRunning(t, local, remote, 1, false, false)
    		assertNoActive(t, connRemoteLocal)
    		assertNoActive(t, connLocalToRemote)
    	})
    	t.Run("testServerStreamTwowayPingReq", func(t *testing.T) {
    		defer timeout(1 * time.Minute)()
    		testServerStreamPingRunning(t, local, remote, 1, false, true)
    		assertNoActive(t, connRemoteLocal)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 36.4K bytes
    - Viewed (0)
Back to top