When asking a window if it is focused the electron side no longer responds and no error appears making my app look like it's frozen even though the electron rendering is behaving correctly. My app is not receiving any commands via clicks. I have added a lot of Console.WriteLine calls and found that window.IsFocusedAsync() is where things lock up
Steps to Reproduce:
- Setup ASP.net Blazor project
- Trigger an event on the webpage that asks Electron if the window is focused
- The function locks up and does not return a value
When asking a window if it is focused the electron side no longer responds and no error appears making my app look like it's frozen even though the electron rendering is behaving correctly. My app is not receiving any commands via clicks. I have added a lot of Console.WriteLine calls and found that window.IsFocusedAsync() is where things lock up
Steps to Reproduce: