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
{{ message }}
This repository was archived by the owner on Apr 30, 2025. It is now read-only.
Hi phobos team,
By reading the current code, it would only close the producer when
@producer_enable:phobos/lib/phobos/listener.rb
Lines 115 to 118 in c953492
This assumes we have a class that extends both Listener and Producer. In our code, we have something like:
..and it has been used in the consumer/listener, but didn't get closed when we reboot the consumer.
OpenSpacefind all the classes that inherit Phobos::Producer and close them?Thanks!