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
This may be a common issue. Plugins register method channels and message channels in onAttachEngine, While the window engine started, those channels will be registered again. That will cause the call from the main engine(the app) missing response.
This may be a common issue. Plugins register method channels and message channels in
onAttachEngine
, While the window engine started, those channels will be registered again. That will cause the call from the main engine(the app) missing response.Known issues: #6
Currently I don't know how to handle this issue. Discussion is welcome!
The text was updated successfully, but these errors were encountered: