komuros
komuros
Hello, Thanks for you answer. I have encountered this bug with samsung galaxy S8 with android 8.0 and Huawei P9 lite with android 7.0. Until the new version is released,...
I have update my code to around this problem with actual version. ``` fun getConnectionOrConnect(mac: MacAdress): Observable { synchronized(this) { RxBleClient.setLogLevel(RxBleLog.VERBOSE) Timber.d("$this $mac getconnectionOrConnect") connections[mac]?.disposableDisconnect?.dispose() return connections.getOrPut(mac) { val nbTryDiscoverServices...
Hello, I use the solution you write for RealmList but I have an error : `error: expected value.previsions = config.getTypeAdapter(RealmList.class).fromXml(reader, config);` Can you help me to resolve this error ?