Nickolas Schiffer

Results 5 comments of Nickolas Schiffer

Here's an additional log message that may be helpful: > Oct 25, 2019 2:10:40 AM com.pi4j.util.NativeLibraryLoader load SEVERE: Unable to load [libpi4j.so] using path: [/lib/raspberrypi/dynamic/libpi4j.so] java.lang.UnsatisfiedLinkError: /tmp/libpi4j636337189176564383.so: libwiringPi.so: cannot open...

I see. Is this not related to the pi4j version in the pom? I tried compiling with 1.1,2,3 SNAPSHOTS and added the gpio extension as well with the same error....

Hello, I've also been able to reproduce this on the latest master (latest commit being: `116439b1aa794774ea5edbfc6a1e2d6d837120ba`) #### Summary: ##### While using nanomq, if a client is kicked for exceeding its...

@JaylinYu Thank you for the quick reply and fix. I did some testing and [your commit to nng](https://github.com/nanomq/NanoNNG/commit/82ce099592a40f80ea43634e74e89cd34b3014e7) seems to fix the bug we encountered. ```sh ❯ mosquitto_sub -p 1234...

Thanks for the quick response. I'll try your suggestions. In the meantime I have used `usbip` to virtually share the USB device (LeapMotion Controller) to the Pi so it appears...