0.2.0
Update interfaces with private methods work with Pony 0.47.0
Interfaces are no longer allowed to be private so TCPListenerActor
,TCPConnectionActor
, TCPClientActor
, and TCPServerActor
have been changed from interfaces to traits.
[0.2.0] - 2022-02-02
Changed
- Update interfaces with private methods work with Pony 0.47.0 (PR #71)