Allenxuxu / gev

🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
MIT License
1.73k stars 194 forks source link

fix unaligned 64-bit atomic operation issue on arm32 device #113

Closed srdgame closed 2 years ago

srdgame commented 2 years ago

refer to: https://pkg.go.dev/sync/atomic#pkg-note-BUG

Allenxuxu commented 2 years ago

Thx