friends-of-reactphp / stomp

STOMP bindings for ReactPHP.
MIT License
115 stars 42 forks source link

Promise fixes #32

Closed holycheater closed 9 years ago

holycheater commented 10 years ago

Adapting stomp for new promise api

holycheater commented 10 years ago

updated pull request with compatibility for php 5.3 and Travis

cboden commented 9 years ago

Both this and #33 upgrade to Promise 2. One of the PRs needs to be rebased to current master (adds socket 0.4 support, drops PHP 5.3, fixes Apollo failing unit tests).

cboden commented 9 years ago

Resolved by #33