Skip to content

refactor(csharp): use semaphore in tcp implementation #2179

Merged
spetz merged 5 commits into
apache:masterfrom
lukaszzborek:tcp-client-fix
Sep 27, 2025
Merged

refactor(csharp): use semaphore in tcp implementation #2179
spetz merged 5 commits into
apache:masterfrom
lukaszzborek:tcp-client-fix

Conversation

@lukaszzborek
Copy link
Copy Markdown
Contributor

Refactor the current TCP implementation to use a semaphore. This will ensure that only one thread will use one client for tcp communication in the same time

@spetz spetz merged commit 5c73cc6 into apache:master Sep 27, 2025
26 checks passed
@lukaszzborek lukaszzborek deleted the tcp-client-fix branch September 27, 2025 18:06
hageshiame pushed a commit to hageshiame/iggy that referenced this pull request Nov 7, 2025
Refactor the current TCP implementation to use a semaphore.
This will ensure that only one thread will use one client for TCP communication at the same time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants