The TCP gateway will continually attempt to connect to the server until the connection succeeds. Packet length was appended to TCP packets in both directions. An updated example was provided.
3.13
This release creates a TCP/IP gateway to resolve issue 35. It also modifies how an asyncio event loop is created within banyan_base_aio to be consistent with the latest versions of Python.
3.11
This incorporates the changes for pull request 33, resolving issue 32
3.10
This release should not affect existing applications built with a previous release.
3.9
I have renamed self.context to self.my_context in the base classes and examples to allow the Banyan base classes to participate in multiple inheritance applications.