You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try to stress test nats, by sending 1000 msg/s each thread, with 1 - 100 different number of threads, when threads go higher, this situation happens more often.
Expected behavior
looks to me like a deadlock, i can provide more info if needed.
Server and client version
"version": "2.10.21"
Host environment
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered:
thanks for the report @caoyang1024 I'm suspecting potentially using semaphore might be causing this and thinking about switching to using a channel instead, but just speculating at the moment. If you could post a minimal console app program.cs and the server setup that would help a lot.
Observed behavior
try to stress test nats, by sending 1000 msg/s each thread, with 1 - 100 different number of threads, when threads go higher, this situation happens more often.
Expected behavior
looks to me like a deadlock, i can provide more info if needed.
Server and client version
"version": "2.10.21"
Host environment
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: