enwi / dartzmq

A simple dart zeromq implementation/wrapper around the libzmq C++ library
https://pub.dev/documentation/dartzmq/latest/
MIT License
26 stars 17 forks source link

on Linux with arm64 CUP,error #41

Open dingjianjaja opened 2 weeks ago

dingjianjaja commented 2 weeks ago

image how can I solve this problem ,Thanks♪(・ω・)ノ

enwi commented 2 weeks ago

It seems like the compiled version of zeromq is not built with poller support

dingjianjaja commented 2 weeks ago

Thanks your reply, could you tell me how to build the compiled version of zeromq with poller support?

enwi commented 2 weeks ago

Did you follow theses steps? https://github.com/enwi/dartzmq/issues/8#issuecomment-1189366083

enwi commented 1 day ago

@dingjianjaja Did you get it working?