dartzmq
dartzmq copied to clipboard
A simple dart zeromq implementation/wrapper around the libzmq C++ library
On Android, I use ```dart socket.send(result); socket.recv(); ``` An error will be reported ```console E/flutter (18544): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: ZeroMQException(4): EINTR: The operation was interrupted E/flutter (18544): #0 _checkErrorCode (package:dartzmq/src/exception.dart:56:5)...
Added Support For Mac OS Platform linked zmq library
Hello there, I'm testing this feature on windows. When using a push/pull or pub/sub pattern there seems to be a one second delay on the pull/sub socket. Is it built...
[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...
Hi community, I am a newbie in Flutter. I was wondering, if I could integrate the ZMQ sub dart in multi screens flutter windows application. Any examples/advices are welcomed and...
I cloned the repository and wanted to test the example and got exception: ```console ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following ZeroMQException was thrown building Builder: ZeroMQException(22): EINVAL...
 how can I solve this problem ,Thanks♪(・ω・)ノ
While building the example app the following build errors occur: ```console Launching lib/main.dart on macOS in debug mode... --- xcodebuild: WARNING: Using the first of multiple matching destinations: { platform:macOS,...