Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StartServer (0.19 sec)

  1. internal/grid/connection_test.go

    		AddAuth:      func(aud string) string { return aud },
    		AuthRequest:  dummyRequestValidate,
    		BlockConnect: connReady,
    	})
    	errFatal(err)
    
    	localServer := startServer(t, listeners[0], wrapServer(local.Handler()))
    	remoteServer := startServer(t, listeners[1], wrapServer(remote.Handler()))
    	close(connReady)
    
    	defer func() {
    		local.debugMsg(debugShutdown)
    		remote.debugMsg(debugShutdown)
    		remoteServer.Close()
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Nov 21 01:09:35 GMT 2023
    - 6K bytes
    - Viewed (0)
Back to top