ovidiaconescu
ovidiaconescu
I've done a quick fork on saaskit to get it working on netcoreapp2.0 Since`builder.UseCookieAuthentication(new CookieAuthenticationOptions` is Obsolete, I am trying to obtain the same effect using a set of transient...
I've done a quick fork on saaskit to get it working on netcoreapp2.0 Now `builder.UseCookieAuthentication(new CookieAuthenticationOptions` is Obsolete. I am trying to obtain the same effect using a set of...
This is still an issue in [v4.3.6.1152](https://github.com/dotnet/MQTTnet/releases/tag/v4.3.6.1152) Stack trace: `MQTTnet.Exceptions.MqttProtocolViolationException: CONNECT packet must have at least 7 bytes. at MQTTnet.Formatter.MqttPacketFormatterAdapter.ParseProtocolVersion(ReceivedMqttPacket receivedMqttPacket) at MQTTnet.Formatter.MqttPacketFormatterAdapter.DetectProtocolVersion(ReceivedMqttPacket receivedMqttPacket) at MQTTnet.AspNetCore.ReaderExtensions.TryDecode(MqttPacketFormatterAdapter formatter, ReadOnlySequence``1& input, MqttPacket&...
@chkr1011 any thoughts?