asyncoro
asyncoro copied to clipboard
Python framework for asynchronous, concurrent, distributed, network programming with coroutines
I am using dispy which uses asyncoro (4.5.3) as a dependency. I noticed that my nodes sometimes crash because of the following error: ``` Exception in thread Thread-2: Traceback (most...
I have some cryptic issues with IOCP backend on windows. Got this behavior using python 2.7.13 and Windows 7/x86 and Windows 10/x86_64. Story goes like this. I wrote some kind...
``` In [1]: import asyncoro In [2]: def test(coro=None): ...: yield "Hello" ...: In [3]: asyncoro.Coro(test) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () ----> 1 asyncoro.Coro(test) c:\python27\lib\site-packages\asyncoro\__init__.pyc in...
I met this issue when I tried to connect to IPv6 endpoint, and there were no route to do that.
It's nice to have the name of the peers connected besides the location.
When starting `disasyncoro.AsynCoro` with param `discover_peers=True`, a broadcast message will be sent using name `` to discover peers in local network. According to http://stackoverflow.com/questions/683624/udp-broadcast-on-all-interfaces, if there are multi ethernet interfaces,...