virtual
virtual
我们做的哨兵的集群,但是直接用的单例的client,没有用 `RedisHelper.Initialization(csredis);`进行初始化。报了同样的错误。并且发现该问题现在经常出现。貌似是近两个版本更新后的问题。之前我们是没有出现这种情况的。 加了 testcluster=false,idleTimeout=15000 貌似暂时好了,但是具体的是否还会出现要等后续的测试。
similar issues #346
```c# _bootStrap .Group(_group) .Channel() .Handler(new ActionChannelInitializer(channel => { IChannelPipeline pipeline = channel.Pipeline; pipeline.AddLast("filewriter", new ChunkedWriteHandler()); ... })); ``` ```c# var stream=new MemoryStream(); var chunkedStream= new ChunkedStream(new MemoryStream()); _channel.WriteAndFlushAsync(chunkedStream); ``` but...
Is there any way to deal with it?
我觉得现在搜索很不方便呢。都得一个一个找。
Try print claim type ```c# var claims = _currentPrincipalAccessor.Principal.Claims.ToList(); foreach (var claim in claims) { Logger.LogInformation("Type:{Type},Value:{Value}", claim.Type, claim.Value); } ``` 7.2.2 Claims  8.0.0 Claims 
You are missing the injection of NativeTranscoderManager ```c# ... services .AddFellowOakDicom() .AddTranscoderManager() .AddImageManager(); ```
> @cocosip Maybe it should be made clear, that files may look different. For example if the original file was stored in some certain transfersyntax, and then while c-store handshake...
> gree, unseekable streams are already implemented in development branch. Could you verify, when using the latest development-code, that opening the file from networkstream actually works? I use HttpClient.GetStreamAsync(url) to...
迟一些时候,会对项目进行一个重构。最近都在关注其他方便的存储