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.
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!