RFC6455 icon indicating copy to clipboard operation
RFC6455 copied to clipboard

I/O agnostic WebSocket Protocol

Results 11 RFC6455 issues
Sort by recently updated
recently updated
newest added

PR described in issue https://github.com/ratchetphp/RFC6455/issues/64 Main idea is to avoid `unpack('J',...` on 32bits system. $payload_length is in Big Endian allowing to keep only 4 last bytes to unpack it as...

Hi, We are using RatchetPHP in an Home Automation Plugin. The Home Automation system is named Jeedom (pretty famous in France). The plugin is jMQTT which is used to handle...

Closes #51 - Adds parameter and return type declarations to method signatures where able - Adds parameter types to class properties - Adds visibility to all class methods and constants

### v0.4 progress * PHP 7.4 as new minimum requirement

With the Autobahn test suites now running on different ports for client/server we could investigate running them concurrently in GitHub Actions. This would reduce the number of jobs in half...

help wanted

Update the code base with language return type declaration on all methods/functions against the [v0.4 branch](https://github.com/ratchetphp/RFC6455/tree/v0.4).

help wanted

Current implementation is based on Guzzle PSR-7 implementation. This might lead to have multiple PSR-7 implementation across project (I'm using zend-diactoros in my project). While this is not a big...

enhancement

Sourced from ratchetphp/ratchet#392

enhancement
help wanted

As per [ratchetphp/Ratchet#226](https://github.com/ratchetphp/Ratchet/issues/226#issuecomment-169783192)

enhancement

Provided: Avoid deprecation User Deprecated: Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Ratchet\RFC6455\Messaging\Message" now to avoid errors or...