Hi there,
I'm building a JuiceSSH plugin, and like it says in the title, I get calls to OnSessionCancelled right after OnSessionStarted. looking at the file here I think line 286 is missing a break;?
I guess the reason this passed uncaught before is because in the example plugin and performance monitors use an empty OnSessionCancelled callback.
Hi there,
I'm building a JuiceSSH plugin, and like it says in the title, I get calls to
OnSessionCancelledright afterOnSessionStarted. looking at the file here I think line 286 is missing abreak;?I guess the reason this passed uncaught before is because in the example plugin and performance monitors use an empty
OnSessionCancelledcallback.