-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Scripts assume that clients:
- Connect at the start of the script.
- Never disconnect.
This is a bad assumption if we're going to be testing messages like QUIT, features like MONITOR and WATCH, and other sorts of things.
To do this, add a new client definition marker (!? or something, maybe?) that marks the given client will be connected in the future. Also mark a way to connect and disconnect clients. Maybe > to connect 'em, < to disconnect 'em, and <? to say 'process incoming messages until the client disconnects'.
Metadata
Metadata
Assignees
Labels
No labels