kakserpom / phpdaemon

Asynchronous server-side framework for network applications implemented in PHP using libevent
http://daemon.io/
GNU Lesser General Public License v3.0
1.53k stars 231 forks source link

Network client bug #81

Closed dcb closed 12 years ago

dcb commented 12 years ago

After the latest commit, line 207 in the NetworkClient should be:

$conn->write($data);
kakserpom commented 12 years ago

Fixed. Thank you for helping us making phpDaemon better.