road86 / bahis-desk

Desktop application for BAHIS2
GNU General Public License v3.0
2 stars 1 forks source link

Electron app freezes #65

Closed mixmixmix closed 1 year ago

mixmixmix commented 1 year ago

Common occurence, very random the windows window says "not responding" for a while. Iko just had this while logging in and I've seen that it was happening between (succesful) queries to the server.

ChasNelson1990 commented 1 year ago

Yes, this is a very common occurrence. I think (imagine mega italics there) that this is caused by all the ipc messaging being synchronous and not asynchronous and something, somewhere is stealing the main worker... and hanging... Orrrrr... somewhere the main worker is trying to spin up another worker... that spinning up is failing and so the main worker is hanging whilst waiting for the "I am a new worker and I spun up fine" message that I presume it sends...