Jon Skeet
Jon Skeet
> Beside this, why is the _unknownFields always initialized? > UnknownFieldSet class has heap allock of a regular dictionary > makes 2 mendatory heap allocations for each protobuf message instance,...
I'm aware of the feature request as originally stated, and I still don't personally have time to work on it - I was just alarmed by the allocation claims made...
Thanks - we'll need to have a think about what to do here. We'd need a new major version (at least for the MQTT package) if we just bump the...
> On a personal level I get annoyed with versioning in the package/namespace name. I understand why people sometimes do it though. So what would your proposal be as an...
Right. And presumably release this as a new major version of just the MQTT CE package. (We don't want to disrupt other users, but we *do* want to signal the...
I haven't had time to look recently - I'll see what I can do.
I think I'll go for the "update the major, keep minor and patch" the same. We'll probably keep a release tag based on the "core" package version number. @captainsafia does...
I'm actually anticipating that the first release would be 3.8.0 / 2.8.0, but that's broadly right. But users wouldn't actually need to specify `CloudNative.CloudEvents` at all, as they can just...
This is now pushed as CloudNative.CloudEvents.Mqtt version 3.8.0
> The response stream is still active until the server ends the response stream and the client reads to the end, or the client disposes the call. And that's fine...