sharing socket between Electron processes
I’m using Electron for the front-end of my application. In the IcpMain, the main renderer, I create a socket instance. Now I want to use the same socket instance in the other Electron processes.
I’m using Electron for the front-end of my application. In the IcpMain, the main renderer, I create a socket instance. Now I want to use the same socket instance in the other Electron processes.