Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for outboundCap (0.05 sec)

  1. internal/grid/muxserver.go

    	} else {
    		ctx, cancel = context.WithCancel(ctx)
    	}
    
    	send := make(chan []byte)
    	inboundCap, outboundCap := handler.InCapacity, handler.OutCapacity
    	if outboundCap <= 0 {
    		outboundCap = 1
    	}
    
    	m := muxServer{
    		ID:                 msg.MuxID,
    		RecvSeq:            msg.Seq + 1,
    		SendSeq:            msg.Seq,
    		ctx:                ctx,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 9.7K bytes
    - Viewed (0)
Back to top