lonng / nano

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

BREAKING: Fixes typo in method setting heartbeat interval #13

Closed maciekmm closed 7 years ago

maciekmm commented 7 years ago

This PullRequest fixes a typo in interval by renaming SetHeartbeatInternal to SetHeartbeatInterval. This is a breaking change thus I don't know if we should keep backward compatibility or not.