- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for writeStream (0.22 sec)
-
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)