On Tue, 3 Feb 2004, CK wrote:
I read:
on the other persons pc for the disconnecting part, this is obviously coz its disconnected, you dont have any ideas of how to tell it to send the bang and THEN disconnect,
(*) this is the diconnect button |
| [send bang ( | | [del 500] use a sensible delay value | | [disconnect ( |/ [netsend]ok ?
well, it might be better to use "trigger" in this case. its more deterministic. You can't be sure that you are not reconnecting during the 500 ms delay (or, 50, 5 or 1ms). Hum, not the best example to show the importance of understanding trigger ...
Guenter