Closed stevejones72 closed 4 months ago
Updates to Refactor thread management and cleanup code
thread.Abort()
Application.Exit()
Server
Stop
Updates to Refactor thread management and cleanup code
thread.Abort()
withApplication.Exit()
in theServer
class for a safer application termination.Stop
method and disposing of objects to prevent resource leaks.Stop
method to ensure execution within the correct synchronization context, avoiding cross-thread errors.