442: maintain references between socket.io connection events#486
442: maintain references between socket.io connection events#486GregorBiswanger merged 2 commits intoElectronNET:masterfrom
Conversation
ElectronNET#442 remove deletes of modules during disconnect add delete of hostHook during disconnect check if modules exist before importing them curring connect move local caches of modules into global scope.
|
Thanks for your PR! Can you please change the var declarations to const or let. Were you able to test a refresh of the app with your code or that it still runs in the event of a disconnect? Then unfortunately we have a couple of conflicts that would have to be resolved for a merge. Thanks! |
|
I was able to test this locally with a forced connection close. it reconnected without issue and all references were maintained without breaking logic links across disconnect/connect. I'll get this updated for your coding style preferences. |
|
I merged everything, but the Test WebApp only shows the splashscreen. The application itself no longer responds. Could it be now that the events are no longer listening at the right time? Please need a solution so that we can roll out the next update. Thank you very much for your commitment |
|
Possibly delete the ElectronNET.WebApp/obj/host folder, so that you get the current host version. |
|
Okay, the problem is that the latest Socket.IO version is not supported by our outdated .net library for Socket.IO.. 🤔😔 So it was my mistake, I have to continue to use the old version .. |
|
yah, easy to lose something in the middle of multiple changes. |
fixes #442
remove deletes of modules during disconnect
add delete of hostHook during disconnect
check if modules exist before importing them during connect
move local caches of modules into global scope.