You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Again,
Nettosphere is still failing my unit tests because the threads are not fully shutdown. I believe since its an asynchronous shutdown, unless synch() is specified, allows the controlling thread doing the testing to be removed before shutdown is completed.
I've tested with the synch() and it looks good (#143)
I did not know what your design intention is, but a blocking stop() until the server is fully stopped might be desirable.
Regards.
The text was updated successfully, but these errors were encountered:
Hello Again,
Nettosphere is still failing my unit tests because the threads are not fully shutdown. I believe since its an asynchronous shutdown, unless synch() is specified, allows the controlling thread doing the testing to be removed before shutdown is completed.
I've tested with the synch() and it looks good (#143)
I did not know what your design intention is, but a blocking stop() until the server is fully stopped might be desirable.
Regards.
The text was updated successfully, but these errors were encountered: