alengwenus / pypck

Asynchronous LCN-PCK library written in Python
MIT License
8 stars 4 forks source link

Make task registry a member of PchkConnection #80

Closed alengwenus closed 3 years ago

alengwenus commented 3 years ago

Currently the task registry is global for the whole library. This will cause problems when dealing with multiple connections. The solution proposal would be to make the registry a member of the respective PchkConnection object.