Yeees, another test version, like we need more of these.
Small change again, but should be useful for some JSON-RPC commands. Basically there are some JSON-RPC commands in Kodi/
XBMC that don't return a result right away and blocks EventGhost from doing anything, until it gets unblocked depending on the command.
So I have added a timeout of 60 seconds, if a command takes longer the plugin will continue normally after 60 seconds.
And I have added a new option for JSON-RPC commands to not wait for the result from the command so it won't block EventGhost. This is not suitable for commands you expect results from.
I know of one command with this blocking problem "gui.activatewindow" with "{"
window":"subtitlesearch"}" it shows the subtitle search
window, and it will block EventGhost until the
window is closed and you wouldn't be able to use your remote to close it, very problematic.
@leothlon please test if you're still interested.
jonib