Commit 9b52002
authored
fix (electron-chrome-extensions): always disconnect native port when native messaging host is destroyed (#156)
* fix (electron-chrome-extensions): fix typo on native msg disconnect ipc channel name
* fix (electron-chrome-extensions): send native disconnect message regardless of native messaging host connection status1 parent a160f71 commit 9b52002
File tree
2 files changed
+1
-2
lines changed- packages/electron-chrome-extensions/src
- browser/api/lib
- renderer
2 files changed
+1
-2
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments