virtual

Results 12 comments of virtual
trafficstars

我们做的哨兵的集群,但是直接用的单例的client,没有用 `RedisHelper.Initialization(csredis);`进行初始化。报了同样的错误。并且发现该问题现在经常出现。貌似是近两个版本更新后的问题。之前我们是没有出现这种情况的。 加了 testcluster=false,idleTimeout=15000 貌似暂时好了,但是具体的是否还会出现要等后续的测试。

```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...

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 ![claimType老](https://github.com/abpframework/abp/assets/9337837/6d76c380-9006-46f9-af11-29c1b6e3a726) 8.0.0 Claims ![claimType新](https://github.com/abpframework/abp/assets/9337837/15a8da0c-e92b-49c3-9c09-c0a7f01c06fb)

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...

迟一些时候,会对项目进行一个重构。最近都在关注其他方便的存储