Open tinohager opened 3 months 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.
@akacdev You are now welcome to take a look at my changes and try out the new version for yourself
There is a minor issue where the fire-and-forget method call in StartAsync
swallows the potential CertstreamException
from the message receiving loop.
Would you accept a pull request with which I bring more structure to the project?
_clientWebSocket
instead ofprivate ClientWebSocket WebSocket
.StartAsync
.That would of course be a breaking change...