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

Added linux instructions to README and updated example to include echo #6

Closed ach-ee closed 2 years ago

ach-ee commented 2 years ago

I updated the example project to include an echo socket to have a more complete example. I also switched the sockets to a dealer/router pair as I was getting an occasional exception with the req/rep pair. Those can be fussy as they change states often, so that might be something to look into further.

ach-ee commented 2 years ago

Found some issues with the example projects. Will fix and make new PR.