Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleConnectMuxError (0.11 sec)

  1. internal/grid/connection.go

    		_, _ = c.inStream.LoadOrCompute(m.MuxID, func() *muxServer {
    			return newMuxStream(ctx, m, c, *handler)
    		})
    	}
    }
    
    // handleConnectMuxError when mux connect was rejected.
    func (c *Connection) handleConnectMuxError(ctx context.Context, m message) {
    	if v, ok := c.outgoing.Load(m.MuxID); ok {
    		var cErr muxConnectError
    		_, err := cErr.UnmarshalMsg(m.Payload)
    		gridLogIf(ctx, err)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jul 29 18:10:04 UTC 2024
    - 46.7K bytes
    - Viewed (0)
Back to top