dennis / slipstream

ISC License
5 stars 0 forks source link

Fixes twich shutdown #114

Closed dennis closed 3 years ago

dennis commented 3 years ago

It would try to reconnect, as it reacted to the OnDisconect() event and would always try to reconnect, which it sometimes did, before slipstream was finish shutting down.

Now it is aware of Shutdown event and will only reconnect if we're not shutting down.