Skip to content

Releases: gorup/tobytcp

Somewhat stable interface, stable impl

08 May 06:40

Choose a tag to compare

Pre-release

Still not PROD ready, but getting there!

This interface only uses one thread to consume messages off of the stream. It kind of stinks compared to 0.9 because you can't .clone() or .copy() the TobyMessenger, so you need to wrap it in an Arc<Mutex<>> yourself. That being said, there is no longer this extra thread.

It needs documentation updates, examples, and actual tests.

not prod ready!

Initial release

14 Aug 01:29

Choose a tag to compare

Initial release Pre-release
Pre-release

This is the initial release of tobytcp