Ramon Smits

Results 154 issues of Ramon Smits

## feature Is it possible to add some package examples as specifications? This would be very useful to use in tests to validate package encoding and decoding. Especially due to...

### Describe the bug `IManagedMqttClientStorage.SaveAsync` is invoked for every add/remove from the collection. This results in a lot of unneeded serialization. Especially when there are a lot of messages. A...

bug

### Describe the feature request The `MqttApplicationMessage` only supports `byte[]` but it would be nice if it would support a Stream object. The MQTT spec allows for 256MB payloads and...

feature-request

### Describe the bug ContentType not set when receiving a message. ### Which project is your bug related to? - Client ### To Reproduce Steps to reproduce the behavior: 1....

feature-request

**Describe the bug** GPS provider plugin has incorrect name on F-Droid ![image](https://user-images.githubusercontent.com/152998/80920623-48c65600-8d71-11ea-806d-2b27f166e3ec.png) The description of the GPS package is identical to the MQTT package. ```txt AndrOBD MQTTPublisher ===================== Plugin extension...

### Library name and version Azure.Messaging.ServiceBus 7.8.0, 7.8.1 and 7.9.0 ### Describe the bug When using transactions and invoking `RenewMessageLockAsync` on a different `ServiceBusReceiver` and processing durations are over 10...

Service Bus
Client
customer-reported
question
issue-addressed

>All of the single letter options that have a corresponding name can be used as an argument to the -o option. The set -o name is provided next to the...

I'm using the following snippet: ```c# var metrics = new MetricsBuilder() .Report.ToConsole() .Build(); ``` This writes the following: ```txt # TIMESTAMP: 637525289655897740 # MEASUREMENT: [Application] sent # TAGS: mtype =...

BeginTransaction is not async results in connection to be opened async. I'm not entirely sure but I assume `BeginTransaction` will result in a transaction to be started if not already...

Resolves: https://github.com/nhibernate/nhibernate-core/issues/3051 Todo: - [ ] Cancellation tokens arguments - [ ] Missing some #if to as BeginTransactionAsync only exists since NET Standard 2.1