asyncoro version 4.5.4 has been released. In this release

  • Fixed IPv6 for Windows and OS X. IPv6 with Python 2.7 under Windows needs package win_inet_pton (it is not required for Python 3.6+). For IPv6 under OS X, package netifaces is required. Even if not required with other platforms, netifaces is also strongly recommended.
  • Fixed a potential deadlock in discoro module (for distributed concurrent communicating processes).