Skip to content
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

Open
wajahat414 opened this issue Jan 28, 2023 · 5 comments
Open

Not Working For Android Real Device, But Working on Emulator, #17

wajahat414 opened this issue Jan 28, 2023 · 5 comments

Comments

@wajahat414
Copy link
Contributor

[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

@wajahat414
Copy link
Contributor Author

@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?

@wajahat414
Copy link
Contributor Author

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,
coz this way its not working

@enwi
Copy link
Owner

enwi commented Feb 18, 2023

@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?

In a worst case scenario it would take 1 second for the subscriber to receive the message

@enwi
Copy link
Owner

enwi commented Feb 18, 2023

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, coz this way its not working

There is no dart implementation of the ZeroMQ protocol why I am using the shared c++ library, which should work fine

@wajahat414
Copy link
Contributor Author

yes I know, anyway, can you check why its is not working on real device,?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants