BoltEngine / Bolt-Tracker

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

StartClient&Shutdown bolt exception #121

Closed M1raclee closed 5 years ago

M1raclee commented 5 years ago

How to reproduce issue

if(!BoltNetwork.IsRunning)
{
    BoltLauncher.StartClient();
}

if(BoltNetwork.IsRunning)
{
    BoltLauncher.Shutdown();
}
if(!BoltNetwork.IsRunning)
{
    BoltLauncher.StartClient();
}
if(BoltNetwork.IsRunning)
{
    BoltLauncher.Shutdown();
}

If call "shutdown" while bolt starting or call startclient while bolt shutting down an error occurs:

Is it possible to disable it if debug mode is off?

Configuration

ramonmelo commented 5 years ago

Thanks for your feedback!

Fixed on the next release.