Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Host server socket doesn't get closed as expected
Because CSocket virtual destructor calls virtual `close` method which doesn't behave as expected. This one's simple to fix but there are some other cases in the framework (Networking) which will need to be looked at separately.
- Loading branch information