v1.1.0
- Feature: Accept float timeouts like
0.5forSocket::selectRead()andSocket::selectWrite().
(#8) - Feature: Add new
Socket::connectTimeout()method.
(#11) - Fix: Close invalid socket resource when
Factoryfails to create aSocket.
(#12) - Fix: Calling
accept()on an idle server socket emits right error code and message.
(#14)