Feature requests
New features in this release:
- You can now set the timeout value in ClientServerConfig
- Negative timeout values disable timeouts (useful for debugging)
- Client::GetAddress and Server::GetAddress now return the correct port when you bind to port 0
- Added callbacks in adapter when clients connect and disconnect to the server (see Adapter::OnServerClientConnected and Adapter::OnServerClientDisconnected)
In order to implement the timeouts, this release updates to NETCODE 1.01 spec.