Results 22 comments of Jacek

I'll check it tomorrow without node. Thanks.

@instabledesign Have you solved your problem? Any follow-ups? I created a CurieExtension (ConfigurationExtensionInterface) that does more-or-less what you described.

No, not yet. Didn't have time to investigate further.

+1 on this one. It''s working only in methods. Right now it can be used as: ``` ``` You would expect it to work in a context of a class....

I'm also interested in answer to this question. Anyone? Update: https://groups.google.com/d/msg/hal-discuss/O_U1x6Wdz-g/fBtP_oZzLkUJ

@pounard, in production environment this problem should not appear. This depends on the `APP_DEBUG` env variable, which should be `0` on production bu default. bin/console: ``` if ($_SERVER['APP_DEBUG']) { umask(0000);...

I'm on 4.4.4 now and my `prod` is "clean" from these logs. I'll take a closer look tomorrow, but you can test `--no-debug` flag - when using console all deprecations...

Messenger's AmqpReceiver does not use blocking calls, therefore heartbeat option is useless. See https://github.com/symfony/amqp-messenger/blob/5.x/Transport/AmqpReceiver.php#L52