jaxl / JAXL

Asynchronous, non-blocking I/O, event based PHP library for writing custom TCP/IP client and server implementations. From it's previous versions, library inherits a full blown stable support for XMPP protocol stack. In v3.0, support for HTTP protocol stack was also added.
http://jaxl.readthedocs.org/
Other
379 stars 121 forks source link

Change the visibility of `JAXLLoop::select` #61

Closed joshuaspence closed 8 years ago

joshuaspence commented 8 years ago

I am writing a HipChat integration for Phabricator and I need to call JAXLLoop::select rather than JAXLLoop::run. The reason for this is that the polling mechanism is implemented on the Phabricator end rather than within JAXL itself.

frost-nzcr4 commented 8 years ago

Merged in v3.1.x (7346274f9b2c432b1876fb2e26c2ab7c09529303)