-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Working For Android Real Device, But Working on Emulator, #17
Comments
@enwi I was reading about another issue in which it says zmq takes 1 second to get Data, does it mean that in pub/sub when a publisher socket pushes a data subscriber socket will recieve after 1 second? |
what if you try another approach just calling native platform zmq libraries instead of using ffi would'nt that be a better solution? as for every platform already zmq implementations are available, what do you think give me your opinion on that, |
In a worst case scenario it would take 1 second for the subscriber to receive the message |
There is no dart implementation of the ZeroMQ protocol why I am using the shared c++ library, which should work fine |
yes I know, anyway, can you check why its is not working on real device,? |
[dartzmq] Failed to load library zmq: Invalid argument(s): Failed to load dynamic library 'libzmq.so': dlopen failed: cannot locate symbol "__aarch64_ldadd4_relax" referenced by "/data/app/~~MjLexgoFe5RqnQkIAbG4Cg==/com.example.trader-BdFk7vHBEbrjTXe0LKQ4MA==/lib/arm64/libzmq.so"...
[dartzmq] Failed to load library libzmq: Invalid argument(s): Failed to load dynamic library 'liblibzmq.so': dlopen failed: library "liblibzmq.so" not found
[dartzmq] Failed to load library libzmq-v142-mt-4_3_5: Invalid argument(s): Failed to load dynamic library 'liblibzmq-v142-mt-4_3_5.so': dlopen failed: library "liblibzmq-v142-mt-4_3_5.so" not found
The text was updated successfully, but these errors were encountered: