BoltEngine / Bolt-Tracker

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

Bolt cannot be started if invoking ShutdownImmediate before BoltStartDone #158

Closed cetester001 closed 4 years ago

cetester001 commented 4 years ago

Describe the bug If invoking ShutdownImmediate before the BoltStartDone event occurred, StartClient or StartServer will not working anymore.

To Reproduce

  1. Try to invoke Bolt.StartClient or Bolt.StartServer.
  2. Then invoke BoltNetwork.ShutdownImmediate() before the BoltStartDone event occurred.
  3. Cannot StartClient or StartServer anymore.
  4. The current workaround is to manually delete a BoltControl object in the scene, then it can start again.

Expected behavior Tested with Bolt version 1.2.10b, Bolt can start again if invoking ShutdownImmediate() before the BoltStartDone event occurred.

Additional context

ramonmelo commented 4 years ago

Fixed on the next release.

Thanks for your feedback.

cetester001 commented 4 years ago

Thank you very much!