zeromq / jeromq

JeroMQ is a pure Java implementation of the ZeroMQ messaging library, offering high-performance asynchronous messaging for distributed or concurrent applications.
https://zeromq.org
Mozilla Public License 2.0
2.37k stars 485 forks source link

IPC Connect in Android with jeroMQ problem #1002

Open ulinoe opened 1 month ago

ulinoe commented 1 month ago

I want to connect with IPC on Android with JeroMQ, but when trying it wants to do validation with active network interfaces

trevorbernard commented 1 month ago

First, what version of JeroMQ are you using? IPC support was only merged in recently. Can you provide a screenshot or logs of the validation.

ulinoe commented 1 month ago

Thank you very much, the version I use is 0.5.2. log

I have tried version 0.6.0 but it does not run on my computer. run

trevorbernard commented 1 month ago

@ulinoe v0.6.0 hasn't been published yet. You would need the v0.6.0-SNAPSHOT. We are going to publish a new stable release soon.