merlimat commented on issue #122: URL: https://github.com/apache/pulsar-client-python/issues/122#issuecomment-1561839063
Gotcha, it looks a deadlock between threads 1 & 2. There's a place where the Python GIL is not released before making the Pulsar C++ `producer.flushAsync()`. Getting a fix out. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
