Skip to content

Releases: shenghaoyang/pylcddc

Version 0.4.0

09 Feb 10:33
Compare
Choose a tag to compare
  • 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).