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

Code adaptation #5

Open tinohager opened 3 weeks ago

tinohager commented 3 weeks ago

Would you accept a pull request with which I bring more structure to the project?

That would of course be a breaking change...

akacdev commented 3 weeks ago

Since I initially released this library over two years ago, I’m sure the code could benefit from the best practices you've suggested. Feel free to proceed with those cosmetic changes and I'll be happy to merge them in.

tinohager commented 3 weeks ago

@akacdev You are now welcome to take a look at my changes and try out the new version for yourself

akacdev commented 2 weeks ago

There is a minor issue where the fire-and-forget method call in StartAsync swallows the potential CertstreamException from the message receiving loop.