TionAPI / tion_python

Python module for Tion
GNU Lesser General Public License v3.0
64 stars 9 forks source link

fix(tion): don't require response while notification subscription #26

Closed IATkachenko closed 3 years ago

IATkachenko commented 3 years ago

We should not requesting response while subscription to notification and unsubscription. If response requested, than we got "Unexpected response" error from bluepy.

Fix #25