kylergib / WaveLinkPluginTouchPortal

GNU General Public License v3.0
4 stars 1 forks source link

Is this necessary as an action? #2

Closed ChristopheCVB closed 1 year ago

ChristopheCVB commented 1 year ago

https://github.com/kylergib/WaveLinkPluginTouchPortal/blob/d552ca6c575a09998516a46055e2c3d10a41e3dd/src/main/java/com/kylergib/wavelinktp/WaveLinkPlugin.java#L75

kylergib commented 1 year ago

Not necessarily, but if Wave Link is closed when you open Touch Portal and then open Wave Link after it will not automatically connect to Wave Link. So, I made it an action to be able to connect or reconnect to Wave Link if Wave Link was not open when Touch Portal was opened, or if Wave Link crashed and you do not want to restart Touch Portal or the plugin.

Their might be a way to just attempt to reconnect to wave link every 10 seconds or so though as well.