varspool / Wrench

A simple PHP WebSocket implementation for PHP 7.1
Do What The F*ck You Want To Public License
595 stars 209 forks source link

Backport 3.0 fixes to 2.0 #105

Open dominics opened 7 years ago

dominics commented 7 years ago

There might have been some confusion around the bump to requiring PHP 7.1

So, that said, there are a couple of errors that the scalar type hints have already cleared up, and there is the Nagle's change on the client socket to backport, if anyone wants to take a stab at them.

gsouf commented 6 years ago

Hi @dominics Looking at your comment, I wonder whether there are known bugs with the library and php 7.0?