JanEggers

Results 49 comments of JanEggers

@riccardogas it works just fine like before. but there is still no "optimized tls middleware for tcp connections" from the dotnet team. project bedrock seems to be stale

@SeppPenner no sry I dont have a testenvironment for that. can you provide any logs?

@chkr1011 it should work, maybe there is another packaging issue. i will check it.

@chkr1011 can you have a look? seems strange to me. the disconnect seems to happen right after the pingrequest is send. when the keepalive times out the client is already...

looks like a problem in session takeover in AWS ActiveMQ broker. it is sending an acc that is meant for the old connection over the new connection

hi alex what is the purpose of your MQTTClientManager.cs? the managed client reconnects on its own. I would remove it. from your logs i cannot see whats wrong maybe plugin...

@davidfowl thx for pointing it out. I will have a look once 3.0 is out. are there any official packages besides kestrel that implement these abstractions? like a tls middleware,...

@davidfowl also setup looks a bit hacky. you should really rewrite that stuff to depend on service collection and maybe generic host. so you can: new HostBuilder() .AddConnections() .AddTcp() or...

@davidfowl im happy to adopt just let me know when there are shipped bits / things I can use without installing a preview version of vs / sdk

im not sure why I did it this way. I think it was a deadlock issue with some callback code in startup. I personally would also prefere that if the...