mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Browser Windows created too close together have the same Id #546
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danatcofo on GitHub (Jul 30, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
I've opened multiple new windows via
Electron.WindowManager.CreateWindowAsync(options, url)and the resulting windows all share the same Id value if they are opened close enough together. If they are created with enough time separating the creations the id's increment as expected.@GregorBiswanger commented on GitHub (Aug 14, 2020):
I couldn't recreate the problem. Do you have a sample project? Possibly. find the problem and could submit a pull request. However, an example project would be useful for testing.
@GregorBiswanger commented on GitHub (Mar 28, 2023):
🎉🚀 New Electron.NET version 23.6.1 released 🚀🎉
With native Electron 23 and .NET 6 support. Your problem should be fixed here. If you continue to have the problem, please let us know. Please note the correct updating of your API & CLI. Info in the README. Have fun!