mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-29 01:55:42 +00:00
287b31f4c2b67d3045a5b649fb56178ae1014a7a
On Windows, when a second instance is launched via deep link, the URL needs to be passed to the existing instance. Previously we just activated the window and exited, losing the URL. Now uses named pipes (the standard .NET IPC mechanism): - First instance creates a NamedPipeServerStream and listens - Second instance connects, sends the URL, then exits - First instance receives the URL and processes it via OnDeepLinkReceived This is the same pattern used by Electron's requestSingleInstanceLock(). Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
The file is empty.
Languages
Scala
44.5%
C++
19.9%
C#
16.6%
Starlark
10.1%
Go
3.5%
Other
5.3%