Skip to content

RFC6455 Incompatibility #166

Description

@adrum

@mbonneau

I am doing some work on a ibrary that depends on this package, and this line is now causing an issue in the latest version:

Ratchet\RFC6455\Handshake\ClientNegotiator::__construct(): Argument #1 ($perMessageDeflateOptions) must be of type ?Ratchet\RFC6455\Handshake\PermessageDeflateOptions, GuzzleHttp\Psr7\HttpFactory given, called in .../vendor/ratchet/pawl/src/Connector.php on line 32 

When I change it to $this->_negotiator = new ClientNegotiator(null);, the test suite passes again.

It looks like it is also source of the issue reported here: https://github.com/laravel/reverb/issues/310

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions