Steven.Xi
Steven.Xi
Can't remember exactly the file name now. But the file was showed up in wiki before. After restart service, it disappeared. The file was created by wiki itself.
@RomanWlm Probably we experienced similar issue but different cause. I've checked my git repo, nothing wrong local nor remote.
It's kind of normal. The solution that I do is create a wrapper on the bus, when subscribe auto deletion, it subscribe through the wrapper. Wrapper stores all subscription information...
This patch doesn't in fact fix the problem, but provide a way to recover from the failure status. Previously, once failed, the consumer all die. I don't think it's unit...
The change I've updated to the GitHub is just a simple fix. And this fix is more about errors on writing underlying stream, rather than disconnect/reconnect. In the real usage,...
@mebymyself https://gist.github.com/stevenxi/ed150b482b8c87b41f67e3c7e53973ff I've removed bit unnecessary code, so you may need to fix the build. The you can use Lazy in place of TenaciousLazy. The TenaciousLazy is just a try-catch...
@Jmaharman That was relate to a special need of our project, so I removed most part of, but forgot remove the line you saw. In most of case, you won't...
Is there any update on this issue? The purpose of using a query update is meant to gain performance. But because of non-optimized query, running parallal results deadlocks. The problem...
hi @apocsantos , Feel free to use my fork that includes this change: https://github.com/stevenxi/hpop With nuget: https://www.nuget.org/packages/OpenPop.Core_UDIntelFork But please be aware it's a .net standard 2.0 build.
Just bit update. It has nothing to do with ConfigureAwait(false) According to https://referencesource.microsoft.com/#mscorlib/system/threading/executioncontext.cs,dcc44d583d37c571 when set value to the ExecutionContext (which handles the AsyncLocal's value), it always creates a copy of...