Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReadWriter (0.17 sec)

  1. internal/grid/connection.go

    			Source:          conn,
    			State:           c.side,
    			CheckUTF8:       true,
    			SkipHeaderCheck: false,
    			OnIntermediate:  controlHandler,
    		}
    		readDataInto := func(dst []byte, rw io.ReadWriter, s ws.State, want ws.OpCode) ([]byte, error) {
    			dst = dst[:0]
    			for {
    				hdr, err := wsReader.NextFrame()
    				if err != nil {
    					return nil, err
    				}
    				if hdr.OpCode.IsControl() {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 42.6K bytes
    - Viewed (0)
Back to top