Results 2 issues of vivek vekariya

Hi, I used the below code to monitor the data from the ble. ``` peripheral .monitorCharacteristic(SensorTagTemperatureUuids.myService, SensorTagTemperatureUuids.myCharacteristic) .map((characteristic) => characteristic.value), log); ``` This code works fine on android but it's...