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
I created a subscription and when i do .close() on the PollSubscriber object it's not terminating the thread which it created initially.
It's just going here waiting for one sec and returning
Hey @sai1274 ,
What would be the expectation here? just trying to understand the workflow. is the problem that thread stays open within your Linux threads once the app is terminated?
I created a subscription and when i do .close() on the PollSubscriber object it's not terminating the thread which it created initially.
It's just going here waiting for one sec and returning
pygnmi/pygnmi/client.py
Line 1105 in ef224a6
if i remove the timeout in .join() it never terminate.
This is the code I'm using for subscribing
The text was updated successfully, but these errors were encountered: