Marco Nilsson

Results 50 comments of Marco Nilsson

Reading binary files also seems to be super slow. I'm streaming files from a VM to a server on the host OS and I get ~1-1.6MBit/s.

Maybe it's not applicable for your needs, but this is the simulator I use (same?): https://github.com/panaaj/nmeasimulator

Catch is for running unit tests so I'd say yes, you're correct.

Same issue here. `connect` is asynchronous and requires an event loop. That defeats the purpose of a synchronous variant.

The underlying implementation uses the function pointer class `FP` so if the `subscribe` method accepted an FP object instead it would work as is.

@icraggs Your fix worked perfectly for me.

I am working on an embedded system which, in debug builds, have SSH open without credentials or keys. This channel is used for automated tests before the device is flashed...

I have exactly the same issue on Android using 2021.3.6f1. ``` 11-18 11:23:42.035 669 688 E Unity : ArgumentNullException: Value cannot be null. 11-18 11:23:42.035 669 688 E Unity :...

I get the same on both Linux and Android so I assume it affects all platforms. On Linux it's not obvious as it results in a futex crash with some...

> I assume this got introduced with #23. Could you test with a code-base based before this patch got introduced and if this fixes your issue (of course you would...