Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleConnectMuxError (0.18 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)
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 42.6K bytes
    - Viewed (0)
Back to top