Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure MessageServer.ReqID is 8 byte aligned
Atomic operations such as atomic.AddUint64 must operate on 64-bit aligned memory when running on 32-bit systems, otherwise a runtime will panic occur. This is a known issue in go and might addressed in a future release, see golang/go#36606.
- Loading branch information