amplitude / experiment-python-server

Amplitude Experiment Python Server SDK
MIT License
3 stars 1 forks source link

fix: use daemon threads for conn pool and poller #20

Closed bgiori closed 1 year ago

bgiori commented 1 year ago

Summary

Exit signals were not ending the process since the connection pool and poller threads were not set to daemon mode.

Checklist