Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testStreamDeadline (0.12 sec)

  1. internal/grid/grid_test.go

    		defer timeout(5 * time.Second)()
    		testStreamCancel(t, local, remote)
    		assertNoActive(t, connRemoteLocal)
    		assertNoActive(t, connLocalToRemote)
    	})
    	t.Run("testStreamDeadline", func(t *testing.T) {
    		defer timeout(5 * time.Second)()
    		testStreamDeadline(t, local, remote)
    		assertNoActive(t, connRemoteLocal)
    		assertNoActive(t, connLocalToRemote)
    	})
    	t.Run("testServerOutCongestion", func(t *testing.T) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jul 29 18:10:04 UTC 2024
    - 36.4K bytes
    - Viewed (0)
Back to top