This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Commit 90dc15d
committed
Remove wrongly placed event_bus.stop()
The intend of this was to stop the endpoint of
an isolated plugin. However, this code runs in
the main process so at best it doesn't do anything
useful.
The real endpoint.stop() is taken care of from
inside the plugin, running inside the other
process.1 parent 977a446 commit 90dc15d
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
319 | 318 | | |
320 | 319 | | |
321 | 320 | | |
| |||
0 commit comments