mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-17 21:23:18 +00:00
Jarrod Johnson
a28b67e9aa
Have confluent log sessions out at exit
While the native perl threading object will do join() on exit, eventlet's variant does not. Fix this by manually hooking join() in via atexit. Since this is an eventlet specific thing, it makes sense to work the issue in code that patches in eventlet rather than in pyghmi itself.
Description
Languages
Python
80.4%
Shell
15.6%
C
3.6%
Perl
0.3%