Michiel Devriese
Michiel Devriese
HI @morrisonlevi @labbati Could you provide us with an update on the work being done to make this possible? And would it maybe be possible to elaborate a little bit...
Hi @ramunasd thank you for your reply > I guess there might be another exception for this case, something like `AMQPWaitInterruptedException`. But we can introduce it only in next major...
My recommendation is to loop `Channel::wait` until your condition to loop has expired rather than rely on the fact that nothing can happen while waiting for a response. ```php while...
> @mrtus Can You test latest master? Yes, I will take some time to test this out but from the looks of it the change will get rid of the...
> The thing is that this library is low level tool which can be used in many different ways and not all of them are correct ones. This library is...
> There was some recent work on an annotation cache done during the recent code sprint, I will check this weekend and report back. @epdenouden Any feedback on this? I'm...
@sebastianbergmann Maybe you know if there is any feedback on this issue?
> Quick question: does your CLI app do any forking? Yes! In this case it has 1 fork running to create a heartbeat on our AMQP connection, here is an...
Disabling `DD_REMOTE_CONFIG_ENABLED` stopped the havoc, but of course, while we use the feature, not an ideal solution I guess since all helper processes are still active.
> It's unexpected that multiple datadog-ipc-helpers are active. At least assuming they all use the same dd-trace-php version. > There is supposed to be one datadog-ipc-helper per user (as in...