tj / axon

message-oriented socket library for node.js heavily inspired by zeromq
MIT License
1.5k stars 155 forks source link

bound cursor within safe integer range #157

Open springuper opened 8 years ago

springuper commented 8 years ago

if round-robin cursor achieves 9007199254740992 (2^53), n++ will not change anymore.