satori-com / satori-video-sdk-cpp

Satori Video C++ SDK
Other
5 stars 7 forks source link

Fixing behaviour for SIGINT #266

Closed khabinov closed 6 years ago

khabinov commented 6 years ago

Bots didn't react well on SIGINT:

This fixes behaviour for standalone mode, and partially fixes behaviour for pool mode, e.g. capacity is no longer sent after shutdown note, but program still doesn't exit (not so critical, could be fixed separately).