Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeStream (0.04 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 Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 46.9K bytes
    - Viewed (0)
Back to top