opensistemas-hub / osbrain

osBrain - A general-purpose multi-agent system module written in Python
https://osbrain.readthedocs.io/en/stable/
Apache License 2.0
176 stars 43 forks source link

Update PyZMQ to version 17 #303

Closed ocaballeror closed 6 years ago

ocaballeror commented 6 years ago

As pointed in #302, it doesn't work right now, so we should probably find a way to properly use the new version, rather than avoiding it forever.

Might be a PyZMQ issue. Reference: https://github.com/zeromq/pyzmq/issues/1170.

See also: https://github.com/zeromq/libzmq/issues/3204

Peque commented 6 years ago

Self notes:

Are other tests leaving IPC files open apart from those where the agents crash? In that case, can we add a simpler test case that tests no IPC files are left open?

See: