NordicSemiconductor / Flutter-nRF-Connect-Device-Manager

A Flutter plugin for McuMgr libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
36 stars 17 forks source link

mcumgr_flutter/log_event_channel #89

Open nissaba opened 1 month ago

nissaba commented 1 month ago

I am getting this error in the logs.

[ERROR:flutter/shell/common/shell.cc(1065)] The 'mcumgr_flutter/log_event_channel' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread. Failure to do so may result in data loss or crashes, and must be fixed in the plugin or application code creating that channel. See https://docs.flutter.dev/platform-integration/platform-channels#channels-and-platform-threading for more information.

philips77 commented 1 month ago

Thank you for creating the issue. We will look into it.