SteveSandersonMS / WebWindow

.NET Core library to open native OS windows containing web UI on Windows, Mac, and Linux. Experimental.
Apache License 2.0
1.99k stars 215 forks source link

Fix Bug : #54, #69 #56

Closed vavadevds closed 4 years ago

vavadevds commented 4 years ago

The problem is in 'await PerformHandshakeAsync(ipc)'. The ipc.Once("components:init") is never called.

Finally, I found a solution to the problem, The problem was coming from WebWindow.Native.dll.

r-ml commented 4 years ago

for the pipeline to complete successfully, you'd need to change the version in the azure-pipelines.yml file to 3.1.101

3GDXC commented 4 years ago

@vavadevds this PR dosn't work for me; @ScottKane PR works with earlier versions of blazor and addressed the issues without including breaking changes that current blazor has; longer term IMHO these breaking changes in blazor needs to have some coordination with WedWindow given the dependencies; until the WebWindow can be fully updated. fixes should be done on a seperate PR to MAJOR version updates where breaking changes are introduced.

vavadevds commented 4 years ago

Hi @3GDXC Please can you give some detail about error you get when you try to run my PR, Thank you.