friends-of-reactphp / stomp

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

Changed react/socket to 0.8 #49

Closed skaffille closed 4 years ago

skaffille commented 6 years ago

Updated dependencies to other libraries to allow usage of react/socket 0.8.11 Changed streams and usage of timer. Adapted unit tests.

skaffille commented 6 years ago

I will fix the PHP 5.6 issues as soon as possible. Regarding the activemq issues ... there are some installation problems during the build for all PHP versions

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package tree
cp: cannot create regular file ‘/etc/activemq/instances-available/main/’: No such file or directory
ln: failed to create symbolic link ‘/etc/activemq/instances-enabled/main’: No such file or directory
activemq: unrecognized service
skaffille commented 6 years ago

Build works for php5.6 now, as well. activemq still failing...

brettmc commented 6 years ago

@skaffille I came across those failures with https://github.com/friends-of-reactphp/stomp/pull/48 and made some changes to .travis.yml which fixed them. I think if you pull in the second and third of my commits from PR 48, it'll work for you.

skaffille commented 6 years ago

@brettmc Thank you, very much. Now the build completes successfully!