We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c27331 commit 1cc90bbCopy full SHA for 1cc90bb
1 file changed
netconn.go
@@ -94,6 +94,8 @@ func NetConn(ctx context.Context, c *Conn, msgType MessageType) net.Conn {
94
}
95
96
type netConn struct {
97
+ // These must be first to be aligned on 32 bit platforms.
98
+ // https://github.com/nhooyr/websocket/pull/438
99
readExpired int64
100
writeExpired int64
101
0 commit comments