Raf (Raffaele Rialdi)

Results 88 comments of Raf (Raffaele Rialdi)

This is bad because you can't abort a websocket which is in `readyState==CONNECTING`. The component gets unmounted **before** the connection is fully established. The unmount lambda then calls `websocket.close()` making...

The storage on the managed client can't work as a workaround for QoS for two reasons: 1. interoperating with other system 2. can't choose the reliability feature on a per-message...

@chkr1011 Could you please clarify what is the "close issue" related to? The thread was about client-side guarantee (QoS of the specs). Will the library provide this or not? Thanks!

Hi @chkr1011 I mean both. I extensively tried to use the library with QoS level 2 but it did not provide the "exactly once" behavior. Even QoS level 1 gave...

After poking around the issues, doing infinite tests and looking at the source code, I came to the conclusion this library has a bug with regard to QoS1 and QoS2....

Thanks @VisualMelon I will definitely reduce the number of samples but, as I wrote, after just 5K samples the app is unusable. Is Skia usable from WPF? If the amount...

I probably missed the most important point. Since the Plot component has been moved to Contrib, but the Contrib is not on nuget, how I am supposed to migrate `Plot`...

Thank you @VisualMelon I just find weird that binding to a point collection is only possible using a Contrib component and not the "main" one.

On the npm page as well, given the high number of weekly downloads

Ah ok, I didn't expect non-errors being sent to `stderr`, in fact PS shows everything in red There could possibly be two files, one for the info log and the...