You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, here's just a warning from the Flutter environment. Does not seem to impact functionality yet, but this probably should be addressed.
GIVEN I run a Flutter Windows app on Windows 11 with Flutter 3.13.8
WHEN trying to register a service with register / Future<Registration> register(Service service)
THEN I receive the following warning: [ERROR:flutter/shell/common/shell.cc(1004)] The 'com.haberey/nsd' 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.
Scenario
Use the plugin in my own application via Flutter dependency
Platform
Windows
The text was updated successfully, but these errors were encountered:
Description
Hi, here's just a warning from the Flutter environment. Does not seem to impact functionality yet, but this probably should be addressed.
GIVEN I run a Flutter Windows app on Windows 11 with Flutter 3.13.8
WHEN trying to register a service with
register
/Future<Registration> register(Service service)
THEN I receive the following warning:
[ERROR:flutter/shell/common/shell.cc(1004)] The 'com.haberey/nsd' 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.
Scenario
Use the plugin in my own application via Flutter dependency
Platform
Windows
The text was updated successfully, but these errors were encountered: