Paul Seabury
Paul Seabury
@keesschollaart81 can this be merged and possibly updated for NET6 and latest MQTTNet package?
@duizendnegen I'm most interested in running NET6 Isolated - actually about to try it - as Microsoft claims it's the future of Functions. Do you recall if isolated was the...
I tried to start porting to NET6/Isolated but as you probably know configuration & bindings are way different. I wasn't able to complete a working version of this library yet.
@anthonychu You said you were evaluating options for NETCore3.1 other than the new Net5Worker... What are those options? Most of my functions apps are currently broken while trying to update...
I use arrays in v4 without the brackets like this: ``` "Values": { "SBInitConfig:InitItems:0:ConnectionString": "", "SBInitConfig:InitItems:0:Topic": "", "SBInitConfig:InitItems:0:Subscription": "", "SBInitConfig:InitItems:0:AutoDeleteTTLMinutes": -1, "SBInitConfig:InitItems:0:MessageTTLMinutes": 30 "SBInitConfig:InitItems:1:ConnectionString": "", "SBInitConfig:InitItems:1:Topic": "", "SBInitConfig:InitItems:1:Subscription": "", "SBInitConfig:InitItems:1:AutoDeleteTTLMinutes":...