Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleTwowayRequests (0.13 sec)

  1. internal/grid/muxclient.go

    		xioutil.SafeClose(responseCh)
    	}()
    
    	// Cancelation and errors are handled by handleTwowayRequests below.
    	for resp := range internalResp {
    		m.send(message{Op: OpUnblockSrvMux, MuxID: m.MuxID})
    		responseCh <- resp
    	}
    }
    
    func (m *muxClient) handleTwowayRequests(errResp chan<- Response, requests <-chan []byte) {
    	var errState bool
    	if debugPrint {
    		start := time.Now()
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 15.9K bytes
    - Viewed (0)
Back to top