Richard Wei
Richard Wei
I got this when running the radio dish test on Windows 10 with libzmq 4.3.4 
I got this when running the radio dish test on MacOS with libzmq 4.3.4 
Hello, I know this is an old issue but I have found a way to compile libpgm on Windows 10 using CMAKE. You can find the source code + the...
For me its just `#include ` Both are required for me too.
This worked for me ```swift // UIScrollView Delegate func scrollViewDidScroll(_ scrollView: UIScrollView) { // https://stackoverflow.com/a/38312063/ let centerPoint = CGPoint(x: scrollView.contentOffset.x + (scrollView.frame.width / 2), y: (scrollView.frame.height / 2)); guard let...
Thanks for letting me know! Here's the pull request for reference: https://github.com/zeromq/jeromq/pull/868
Ok, so I have a new issue with the draft implmentations. When using the `udp` protocol, I'm getting the `Protocol not supported` exception being thrown when trying to connect to...
> I wonder if that try could help: https://github.com/fbacchella/jeromq/commits/networkprotocolserviceprovider > It allows to provide protocol as Services: https://www.baeldung.com/java-spi Ok, I've merged your branch with the main branch of this repo...
Ok so I tried manually merging it and I managed to get it to compile without any errors. The version is now v0.5.8. You can find it here: https://jitpack.io/#richardwei6/jeromq and...
> yes, it does not implement protocol, but it reduce the amount of code to written, it's juste a simple class, that can even be added at runtime. So different...