Skip to content

Release 0.2.5

Compare
Choose a tag to compare
@yannbouteiller yannbouteiller released this 04 Feb 22:00
· 2 commits to main since this release

Release 0.2.5

Endpoints can now be set up such that deserialization happens upon object retrieval instead of randomly in the background thread.

This option is useful for situations where it is important that tlspyo does not slow the main process down whenever an Endpoint randomly receives an object, e.g., the tmrl library.