Skip to content

v1.1.0

Choose a tag to compare

@clue clue released this 24 Oct 10:35
· 76 commits to 1.x since this release
  • Feature: Accept float timeouts like 0.5 for Socket::selectRead() and Socket::selectWrite().
    (#8)
  • Feature: Add new Socket::connectTimeout() method.
    (#11)
  • Fix: Close invalid socket resource when Factory fails to create a Socket.
    (#12)
  • Fix: Calling accept() on an idle server socket emits right error code and message.
    (#14)