akacdev / Certstream

A C# library for processing newly issued SSL certificates in real time using the Certstream API.
https://www.nuget.org/packages/Certstream
MIT License
7 stars 4 forks source link

Fixes #2 #3

Closed BorisGerretzen closed 2 years ago

BorisGerretzen commented 2 years ago

This should fix the exception that occurs when the program is running for 8+ hours. The timer is initialized only once, when the client is started.

akacdev commented 2 years ago

Thanks for your help, merged