BoltEngine / Bolt-Tracker

New issue tracker for Photon Bolt
10 stars 2 forks source link

BoltNetwork.serverFrame doesnt reset back to 0 between shutdown/startup of Bolt #102

Closed DirtyHippy00 closed 5 years ago

DirtyHippy00 commented 5 years ago

BoltCore::_frame is a static which is used by BoltNetwork.serverFrame. It never gets reset back to 0. So if you shut down the network and restart, the server frame will continue where it left off when the network shut down.

For consistency this field should be reset back to 0 when the network shuts down (or when it starts).

ramonmelo commented 5 years ago

Fixed on Bolt v1.2.6