lonng / nano

Lightweight, facility, high performance golang based game server framework
MIT License
2.88k stars 445 forks source link

lastAt of agent has data racing #44

Closed chalvern closed 5 years ago

chalvern commented 5 years ago

The lastAt of agent is simultaneous reading and writing in two goroutines ( respectively in nano's reading and writing goroutines ), which means data race.

chalvern commented 5 years ago

done