Replies: 1 comment 1 reply
-
是不是本地套字节端口耗尽,试试此时 new Socket 连接任意远程会不会报错。 或者CPU和同步锁资源争抢,导致超过10秒未正常获取到链接。 或者此时监视打印 fsql.MasterPool.Statistics,这个在常见问题里有说明。 前两个是系统有关,最后这个监视打印是使用不当导致。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
当连不上rabbitmq的时候,在几百次RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable之后。System.Exception: ObjectPool.Get 获取超时(10秒)就会出现这个,但是他们不是两个东西吗?
Beta Was this translation helpful? Give feedback.
All reactions