Miguel Sánchez de León Peque

Results 184 comments of Miguel Sánchez de León Peque

Yeah, I do not think the sleep matters here. I think you should be able to reproduce it if you set `sleep(0.01)` too. The fact that one of the subscribers...

@ocaballeror Yeah, the subscription process is asynchronous too. That means, ZMQ will execute the subscription asynchronously when you `.connect()`. We could add some code in osBrain, but I think that...

Useful for TCP over non-trusted networks. Even if we implement encryption for communication between agents (i.e.: using ZMQ encryption mechanisms), what should we do about the Pyro4 integration?

It would be great to have a reproducible use case. Even if it was with 100 agents, having a piece of code to reproduce the issue (and add a test)...

Yeah, let us not work on this issue for now. Maybe we can fix the global configuration problem instead.

There is #256 now, so i am moving this to milestone 0.8.0. Note that this change would probably require not only adding more tests, but also allowing to pass a...

Maybe unrelated, but I was able to reproduce a crash like that (only the list of agents was not empty) in [my `pypy` branch](https://github.com/Peque/osbrain/tree/pypy) with: tox -e pypy3 -- -xsv...

@bangxiangyong It should be possible. Once I had a look at "remote debugging" tools in Python and there seemed to exist. Basically what you need is a tool to debug...

Thanks for opening this issue. While we try to include a convenient implementation (I think Pyro already provides some kind of persistence), you may want to patch the name server...

Thanks for opening this issue. Although we have that in our road-map, heartbeating and monitoring will probably be left for a post-`1.0.0` release. Meanwhile is up to the user to...