- Uses Logger Trait to do logging and it injects via Start;
- SocketConnection now have Send Buffer;
- Send Operation now has Timeouts;
- We can stop Client Socket - it's not connected to Applications states anymore;
- Fixed bug - if application is not initialized - but we establish client socket - it would not send payloads;
- We have timeout on read loop;
Now we can mesure the ping/pong roundtrip duration;
Using Tags System
- Client connection settings are read each connection;