Anton Shabouta

Results 8 comments of Anton Shabouta

@enumag, I answered you about bugs at https://github.com/amphp/stomp/issues/3. There is no difference in features with bunnyphp, it almost the same, except native amphp backend. Ridge is enough stable now. It...

I will add extension to pecl in few weeks. Now I am focused at new version with more performant internal implementation based on memory pool allocator.

@enumag you can receive some strange bugs using **Bunny** with AMPHP. May be, I can suggest you [my](https://github.com/phpinnacle/ridge) implementation of AMQP at top of AMPHP?

Sorry, I have too many work last weeks. @enumag, I cant reproduce bags with current version of amphp and bunny, but if you use bunny with amphp (or any other...

> I'm not really sure what the plan is for this library… @rdlowrey started it, but no one else on the project uses stomp. It may be best to archive...

Let look at [adapt](https://github.com/amphp/amp/blob/c6a775a6c9fdd9ca4c909647a19b02d2d11a0568/lib/functions.php#L279) function. Amphp just wrap up ReactPHP promise and add callback to resolve `Deferred` on `than` method. But who will resolve original Promise? Obviously, ReactPHP event loop...

yep, I agree. Сompletely forgot about `ReactAdapter`. If you manually create bunnyphp client with adapter, ofcourse it will share loop events: ```php

@trowski may be, will be helpful add that example to ReactPHP section in promise [documentation](https://amphp.org/amp/promises) and/or [ReactAdapter](https://github.com/amphp/react-adapter) repository? Looks easy to forget provide proper adapter for ReactPHP libraries, because many...