dotnet icon indicating copy to clipboard operation
dotnet copied to clipboard

MessagingCenter in multiple windows scenario throw System.InvalidOperationException: 'A response has already been issued for the current message.'

Open jingliancui opened this issue 1 year ago • 0 comments

Describe the bug

Message will be occurred twice. Lead exception thrown.

Regression

No response

Steps to reproduce

https://github.com/jingliancui/MAUIMessagingIssue
Open sln file using vs 2022.
f5 to run the app.
click "OpenNewWin" button on the main window
click "OpenNewWin" button on the main window
click "Do Delete" button on one of the second window
click "yes" on one of the second window
click "yes" on another of the second window
exception thorwn:
System.InvalidOperationException: 'A response has already been issued for the current message.'

Expected behavior

Message occurred should be under controlled.

Screenshots

No response

IDE and version

VS 2022

IDE version

No response

Nuget packages

  • [ ] CommunityToolkit.Common
  • [ ] CommunityToolkit.Diagnostics
  • [ ] CommunityToolkit.HighPerformance
  • [X] CommunityToolkit.Mvvm (aka MVVM Toolkit)

Nuget package version(s)

8

Additional context

Workaround:

1.add a id something like guid stuff in viewmodel 2.determine the id from where, than go to control the receiver's action.

Help us help you

Yes, but only if others can assist

jingliancui avatar Dec 23 '23 13:12 jingliancui