You'll notice
Useful3 Signal0
Interrupting a remote turn no longer triggers a completion bell or notification.
What's wrong with this entry?
Anonymous. No account, no email.
What
Stopping a turn in a remote session no longer produces the completion bell or notification.
Details
- The thin-client session hook keeps a counter incremented on user interrupt.
- On the next result frame the counter is decremented instead of calling
onTurnComplete. - The counter is reset on reconnect.
- The same guard was added to the other remote session hook.
Evidence
onTurnComplete
Strings lifted out of the shipped bundle, so the claim above can be checked against them.