Sergio Aquilini
Sergio Aquilini
`Task IPublisher.PublishAsync(object, CancellationToken)` The cancellation token would be passed to the subscribing methods that could declare an additional parameter of type `CancellationToken`. `public Task OnMessageReceived(MyCommand command, CancellationToken cancellationToken) { ......
Support a new type of sequence to deal with master data replication. Some headers will be used to delimit the dataset. It should ideally be possible to publish a collection...
Do you plan on porting the plugin to JetBrains Rider to scan the NuGet dependencies? We do use XRay in our company and we'd love to have it integrated with...
### Describe the bug While connecting to emqx we often get the "Extended authentication handler is not yet supported" exception. My [library](https://github.com/BEagle1984/silverback) automatically retries after 500ms and it eventually successfully...
### Describe the bug Sometimes a `NullReferenceException` is thrown in the `AcknowledgeReceivedPublishPacket` method. ### Which component is your bug related to? - Client ### To Reproduce I'm not sure how...
**What kind of change does this PR introduce?** (check one with "x") - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [...
I'd like to add a slider over the map to control the zoom level (for improved accessibility etc.). Unfortunately, the map doesn't seem to expose the observable `prefZoom` property nor...