Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeStream (0.08 sec)

  1. internal/grid/connection.go

    			c.handleMsg(ctx, m, subID)
    		}
    	}
    }
    
    // writeStream handles the read side of the connection.
    // It will grab messages from c.outQueue and write them to the connection.
    // If an error occurs the cancel function will be called and conn be closed.
    // The function will block until the connection is closed or an error occurs.
    func (c *Connection) writeStream(ctx context.Context, conn net.Conn, cancel context.CancelCauseFunc) {
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Mon Jul 29 18:10:04 UTC 2024
    - 46.7K bytes
    - Viewed (0)
Back to top