tweigel-dev / python-tuio

This repository is a python3 implementation of the TUIO protocol.
MIT License
3 stars 4 forks source link

Client starts Listening on Constructor call. #7

Closed tweigel-dev closed 4 years ago

tweigel-dev commented 4 years ago

Client starts Listening on Constructor call. It should only listen after call of start function

tweigel-dev commented 4 years ago

fixed with PR #10 Feature/listener