jarda-manana

Results 3 issues of jarda-manana

In disconnect() method of BleWrapper a bluetoothDevice is send as a object in a message, however in handleMessage is casted to BluetoothGatt that fails.

during connection on unreliable network this sigsegv occures (Python 3.5.2, client 2.0.6): ``` #0 strlen () at ../sysdeps/x86_64/strlen.S:106 #1 0x0000000000548ec9 in PyUnicode_FromString () at ../Objects/unicodeobject.c:1884 #2 0x00007fabba86605e in raise_exception (err=err@entry=0x7ffe8527e0f0)...

Client version 2.0.1 installed by pypi3 on debian 8.2 or ubuntu 14.04: ``` Python 3.4.2 (default, Oct 8 2014, 10:45:20) [GCC 4.9.1] on linux Type "help", "copyright", "credits" or "license"...