Closed eventhorizon-cli closed 1 year ago
Can a single connection support writing in concurrent scenarios? Should I use pool?
The WriteAsync method uses a SemaphoreSlim, so I'd say it's thread safe.
WriteAsync
SemaphoreSlim
Can a single connection support writing in concurrent scenarios? Should I use pool?