Skip to content

v0.3.0

Pre-release
Pre-release

Choose a tag to compare

@clue clue released this 27 Sep 23:06
  • BC break: Switch from (deprecated) clue/connection-manager to react/socket-client
    and thus replace each occurance of getConnect($host, $port) with create($host, $port)
    (#1)
  • Fix: Timeouts in ConnectionManagerTimeout now actually work
    (#1)
  • Fix: Properly reject promise in ConnectionManagerSelective when no targets
    have been found
    (#1)