Skip to content

v1.1.0

Compare
Choose a tag to compare
@clue clue released this 03 Aug 11:10
· 39 commits to 1.x since this release
  • Feature: Support custom rejection reason for ConnectionManagerReject
    (#23 by @clue)

    $connector = new ConnectionManagerReject(function ($uri) {
        throw new RuntimeException($uri . ' blocked');
    });