Skip to content

updates to resolve the issue with the sensor#1

Merged
thzero merged 1 commit intomasterfrom
dev
May 4, 2022
Merged

updates to resolve the issue with the sensor#1
thzero merged 1 commit intomasterfrom
dev

Conversation

@thzero
Copy link
Owner

@thzero thzero commented May 4, 2022

updates to resolve the issue with the sensor continuing to try and send events even after the event channel was shut down

Example of the output from the debug console after the activity was killed. Issue is that the setStreamHandler was using another instances of the FlutterCompassPlugin unnecessarily and then was never calling unregisterListener on the sensorManager to unregister listeners.

This corrects the issue by not creating a new instance of the FlutterCompassPlugin, then calling the unregisterListener in the detach from activity event.

W/FlutterJNI(17292): Tried to send a platform message to Flutter, but FlutterJNI was detached from native C++. Could not send. Channel: hemanthraj/flutter_compass. Response ID: 23
W/FlutterJNI(17292): Tried to send a platform message to Flutter, but FlutterJNI was detached from native C++. Could not send. Channel: hemanthraj/flutter_compass. Response ID: 24
W/FlutterJNI(17292): Tried to send a platform message to Flutter, but FlutterJNI was detached from native C++. Could not send. Channel: hemanthraj/flutter_compass. Response ID: 25
W/FlutterJNI(17292): Tried to send a platform message to Flutter, but FlutterJNI was detached from native C++. Could not send. Channel: hemanthraj/flutter_compass. Response ID: 26
W/FlutterJNI(17292): Tried to send a platform message to Flutter, but FlutterJNI was detached from native C++. Could not send. Channel: hemanthraj/flutter_compass. Response ID: 27
W/FlutterJNI(17292): Tried to send a platform message to Flutter, but FlutterJNI was detached from native C++. Could not send. Channel: hemanthraj/flutter_compass. Response ID: 28
W/FlutterJNI(17292): Tried to send a platform message to Flutter, but FlutterJNI was detached from native C++. Could not send. Channel: hemanthraj/flutter_compass. Response ID:

…nd events even after the event channel was shut down
@thzero thzero merged commit c61d82d into master May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant