Bruce Dodson
Bruce Dodson
**Describe the bug (including copyable syntax)** A clear and concise description of what the bug is. If you're planning on posting a screenshot, please paste the accompanying code here. **Screenshot**...
I am suggesting to add an option to bind 0.0.0.0 to listen on all interfaces in SimpleTcpServer, instead of itemizing the interfaces and listening on each one individually. This would...
performance / pragma warning - does _anchor need to be volatile when all exchanges are interlocked?
Although it is possible to perform an Interlocked.Exchange / Interlocked.CompareExchange on a volatile field, and as Microsoft notes, there are cases like this where the warning can be disabled. However,...