Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for remoteDone (0.14 sec)

  1. internal/grid/grid_test.go

    	register(local)
    	register(remote)
    
    	remoteConn := local.Connection(remoteHost)
    	const testPayload = "Hello Grid World!"
    	remoteConn.debugMsg(debugSetClientPingDuration, 100*time.Millisecond)
    	defer remoteConn.debugMsg(debugSetClientPingDuration, clientPingInterval)
    
    	ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
    	defer cancel()
    	st, err := remoteConn.NewStream(ctx, handlerTest, []byte(testPayload))
    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