richardmillen / zguide-examples

Implementations of the 0MQ examples in the guide.
http://zguide.zeromq.org/page:all
4 stars 0 forks source link

"Model Three" example doesn't shut down properly #43

Open richardmillen opened 7 years ago

richardmillen commented 7 years ago

Although the "Model Three: Complex and Nasty" issue was implemented by issue #23 it has a bug that prevents the client from shutting down properly.

I'm reasonably sure it's due to the heartbeating between the client (agent thread) and server(s), but I haven't confirmed this.