You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
31 is 11111b, to check 4 bits, use the constant 15 (1111b).
This is not so important now, because the algorithm grabs the RSV3 bit, which should now be 0. https://tools.ietf.org/html/rfc6455#section-5.2
The text was updated successfully, but these errors were encountered:
php-wss/src/Components/WSClientTrait.php
Line 132 in 6e02758
31 is 11111b, to check 4 bits, use the constant 15 (1111b).
This is not so important now, because the algorithm grabs the RSV3 bit, which should now be 0.
https://tools.ietf.org/html/rfc6455#section-5.2
The text was updated successfully, but these errors were encountered: