scakemyer / plugin.video.quasar

Quasar add-on for Kodi
https://quasar.surge.sh/
346 stars 95 forks source link

Kodi refuses to be closed because Quasar process isn't been killed properly #943

Open burekas7 opened 5 years ago

burekas7 commented 5 years ago

I have a problem with the quasar.exe process that sometimes isn't killed and avoid kodi from closing. I had a similar problem with the elementum.exe and there it seems that he solved the problem (I don't know how). This it the issue that was there: https://github.com/elgatito/plugin.video.elementum/issues/356

The problem with elemntum was all the times, here with quasar it's happens sometimes, not always.

Kodi Log: https://paste.ubuntu.com/p/9N4FcKKstW

Quasar: Kodi 17.6 OS: Win10, 64bit

elgatito commented 5 years ago

@scakemyer in my case it was RPC method calls on service Close, when Kodi is already closing RPC service. So it creates kind of deadlock for everyone.

scakemyer commented 5 years ago

That's the kind of thing I'd like to fix for the next release, looking into it.