dartzmq icon indicating copy to clipboard operation
dartzmq copied to clipboard

A simple dart zeromq implementation/wrapper around the libzmq C++ library

Results 11 dartzmq issues
Sort by recently updated
recently updated
newest added

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)...

Priority: High
Status: In Progress
Type: Bug

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...

Priority: Medium
Status: In Progress
Type: Enhancement

[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...

Priority: Medium
Status: Available
Type: Bug

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...

Priority: Medium
Status: Available
Type: Bug

![image](https://github.com/user-attachments/assets/afe895d2-54f7-41a5-b7af-ad9759f4a15d) 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,...

Priority: High
Status: Available
Type: Bug