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
Our app uses `SimpleProducer` and logs lots of these warnings (from line 438):
producer.stop() called, but producer is not async
This destructor appears to be the cause.
(Also, is it wise to do a thread join from a destructor?)
0 commit comments