pendo324 / EssentialNowPlaying

A now playing tool intended to be used with OBS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix NativeMessagingInterface crashing on application restart

pendo324 opened this issue · comments

Possible solutions:

  1. Actually discover why NativeMessagingInterface is crashing (maybe due to trying to run the .exe after it is already running, or because NativeMessagingInterface/EssentialNowPlaying doesn't handle disconnecting properly)
  2. If the cause can't be determined, then automatically closing NativeMessagingInterface when EssentialNowPlaying is restarted will be the best option, I think.

Implementing this will permanently resolve #28.

Hi, I am starting to work on this issue