Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newMuxStateless (0.26 sec)

  1. internal/grid/muxserver.go

    	cancel           context.CancelFunc
    	inbound          chan []byte
    	parent           *Connection
    	sendMu           sync.Mutex
    	recvMu           sync.Mutex
    	outBlock         chan struct{}
    }
    
    func newMuxStateless(ctx context.Context, msg message, c *Connection, handler StatelessHandler) *muxServer {
    	var cancel context.CancelFunc
    	ctx = setCaller(ctx, c.remote)
    	if msg.DeadlineMS > 0 {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 9.1K bytes
    - Viewed (0)
Back to top