react-native-gizwits-sdk-v5 1.4.5 → 1.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -132,7 +132,7 @@ class RNGizSDKManagerModule(reactContext: ReactApplicationContext) : ReactContex
132
132
  .debounce(500)
133
133
  .flatMapConcat { deviceList ->
134
134
  deviceList.map { dev ->
135
- coroutineScope {
135
+ CoroutineScope(Dispatchers.IO).launch {
136
136
  async {
137
137
  dev.bleCapability.subscribeModuleProfile().debounce(500).collect {
138
138
  if (it != null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gizwits-sdk-v5",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "Gizwits",
5
5
  "homepage": "https://github.com/demchenkoalex/react-native-gizwits-sdk-v5#readme",
6
6
  "main": "lib/index.js",