You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for lack of response :) Is this still causing problems on your end? We're using multiple transports since forever and did not face any segmentation faults due to this
I did a what I mentioned in the description and if fixed my issue. Been a while, code is still there, maybe I am fixing a side effect of something else on our side I don't know...
I just installed this bundle it's working great with one transport but if I have more than one
bin/console messenger:consume async_high_priority async
It cause a segfault.
I am assuming that it's by registering multiple PCNTLHeartbeatSender that cause the issue.
Do you have any idea how to fix this ? (if you had the issue before).
I am thinking about simply having a array of connections and looping trough them instead of having to register each of them.
What do you think ?
The text was updated successfully, but these errors were encountered: