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

Lock client seem to be broken #83

Closed dcb closed 12 years ago

dcb commented 12 years ago

The change in the job function of the LockClient has broken the code. It calls getConnectionByName with a callback function as the second paramenter, but if you look a the definition of getConnectionByName there is no callback, it just returns hte connection straight away.

kakserpom commented 12 years ago

Fixed. Thank you for helping us making phpDaemon better.

May I close it?

dcb commented 12 years ago

Of course