wangchunlong

Results 17 comments of wangchunlong

The namespace in the reply does not work either

I found that only trigger can cross namespaces, was it designed that way?

I sometimes have this problem too, I deploy in Kubernetes, and this problem occurs when updating the program

我简单测试了下,大量连接断开时候,````ThreadPool.PendingWorkItemCount````的值非常大,达到了上千。我有点不明白为什么大量连接断开会导致这个值变大,大量连接进来,都没有导致这个值增大。 这是当时测试的结果的线程池截图:

想知道应对这种情况应该怎样优化。谢谢!

大佬,这个就是不知道什么原因,很奇怪,自建的集群倒是没出现这个问题,有没有什么办法能够验证是不是 协议解析 的问题呢?

tcp服务的协议是http格式的,照着SuperSocket.Http写的,做了一点改动

@samson0v Thank you for your reply, are there any plans to support the knx protocol?

@samson0v Thanks, this library is OK.

I debugged the orleans source code and found that line 169 ````if (membershipSnapshot.Entries.TryGetValue(_localSiloDetails.SiloAddress, out var membershipEntry))```` of ```` class LocalSiloHealthMonitor ```` always returns false