Releases: shenghaoyang/pylcddc
Releases · shenghaoyang/pylcddc
Version 0.4.0
- Stopped I/O thread from spinning around
select()
in event loop (reported by @bedaro).
- Added support for using
Client
objects as context managers (thanks @easybe).
- Added support for macOS with
SOCK_STREAM
fallback (thanks @easybe).