Benas Orlovas
Results
1
comments of
Benas Orlovas
Actual data race happens when accessing [sconn.gotGSOError](https://github.com/quic-go/quic-go/blob/master/send_conn.go#L30). Changing its' type to `atomic.Bool` solves the problem. I suspect `wroteFirstPacket` field may cause the same issue as it can also be edited...