Alexandre Boccagny

Results 17 comments of Alexandre Boccagny

Same here, using spring boot / webflux (2.7.1) and cloud gateway 2021.0.3 ```java java.lang.IllegalArgumentException: WebSocket close status code does NOT comply with RFC-6455: 1005 ```

Hi team, great work so far! I appreciate the API. I have a question regarding the writeApi. Maybe its not related to this topic but perhaps this could lead to...

Thank you @bednar One precision, I'm using influxdb server version 1.8. The system producing the points can have its clock desynchronized. So I do not use the system Timestamp but...

Thank you, but it is said that the async version does not support batch For writing data we use [WriteApi](https://github.com/influxdata/influxdb-client-csharp/blob/master/Client/WriteApi.cs#L1) or [WriteApiAsync](https://github.com/influxdata/influxdb-client-csharp/blob/master/Client/WriteApiAsync.cs) which is simplified version of WriteApi without batching...

Well, it feels like the problem comes from the library in the RSocketOptions.cs file : ```C# public class RSocketOptions { public const int INITIALDEFAULT = int.MinValue; public const string BINARYMIMETYPE...

Thank you @maxkatz6 Unfortunately, I have the same issue with ``` .ObserveOn(RxApp.MainThreadScheduler) ``` as well as without any ObserveOn

Hello @Gillibald and thank you for your help. I have not found any way to allocate the pixels to an existing ```Avalonia.Media.Imaging.Bitmap``` or ```Avalonia.Media.Imaging.WriteableBitmap```. The only way I found is...

Thank you @Gillibald, the Address pointer property is get only if i'm not wrong.

> A memory address is just the start of a memory region. You have to write to that region. You know how many pixels you have and how much space...

Hello, following up on this topic, just raising the change event does not work. Nothing is happening, the image does not show on the app. Here is what I have...