JanEggers

Results 49 comments of JanEggers

Hi @RicoSuter I tried todo the proposed migration. (i mostly wanted to check if that would fix the datetimeoffset issue im having) but I am stuck. can you please have...

the lib provides a way to declare msg handlers via di. they have descriptors for exchanges and queues in my code i have a similar descriptor that also adds the...

@ignaciosalazarcalle Microsoft.Data.SqlClient.TdsParser.CheckResetConnection is a blocking call in sql server client. @sadik7266 System.IO.Pipelines.Pipe.AllocateWriteHeadSynchronized is a blocking call in System.IO.Pipelines.Pipe nothing you can do about except open an issue in their repos...

services.AddMqttTcpServerAdapter(); is the old api that works on .net sockets services.AddMqttConnectionHandler(); is the new api for AspnetCore.Connections.Abstractions but it doesnt support tls yet

this depends on https://github.com/aspnet/AspNetCore/issues/4623

@SeppPenner I will wait some more until 3.0 is released. and im not sure if we can update because 3.0 does not have .net framework support.

there is no official tls middleware yet so you could start with https://github.com/dotnet/orleans/blob/a6bf5940a515aea09b0143c58c54f1872f655203/src/Orleans.Connections.Security/Security/TlsServerConnectionMiddleware.cs and create your own that is plugged in the pipeline.

this is blocked by https://github.com/davidfowl/BedrockFramework/pull/52 and https://github.com/davidfowl/BedrockFramework/pull/56

@behroozbc I actually did not look at the status of bedrock. @davidfowl maybe there will be some new bits to play with when .net 6 releases