Ramon Smits

Results 162 comments of Ramon Smits

Same here, not working

@dzavalishin I don't have any of them :-). Having test messages as Hex, Base64 or just as bin files would be very useful for testing.

I'm implementing it in c#, its already done but I just need to verify if I'm generating the packet correctly and then I'll push it to a public repo.

> `0x30 0x23 0x00 0x0e 0x24 0x53 0x59 0x53 0x2f 0x6c 0x6f 0x63 0x61 0x6c 0x74 0x69 0x6d 0x65 0x32 0x30 0x32 0x30 0x2f 0x30 0x36 0x2f 0x31 0x31 0x20...

Ok, pushed my .net version here https://github.com/ramonsmits/MqttUdpNet

Got MqttUdpViewer up and running and it is displaying my message but my lib seems to fail on the subscribe packet so will have to diagnose it somewhere this weekend.

@chkr1011 Does managed client support sessions? I searched in the release notes on `session` but I couldn't find any related items.

@JanEggers Wouldn't you be able to do `Stream.Length` to get the length of the Stream? Alternatively, just pass a Stream and an expected length. Its not ideal that length must...

@mg90707 a `ReadOnlySpan` would help here right? https://github.com/chkr1011/MQTTnet/blob/df45540d6bb8da41191e9916981aef71f6b24647/Source/MQTTnet/MqttApplicationMessage.cs#L11

@chkr1011 You break the API when you apply a type change right? You see a way to prevent this?