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

Added the "next batch" callback #87

Closed stevanradovanovic closed 7 years ago

stevanradovanovic commented 7 years ago

In order to maintain a persistent connection, I've added new callback that will be executed on every x seconds.

This helps us maintain a connection and process next batch of messages.

@frost-nzcr4 can you please check this PR or help us how to maintain a connection and process messages in batch.

Thanks!

ManInTheBox commented 7 years ago

I think this PR should be discarded now, once we have #91.