Send debugging message to client |
Top Previous Next |
Client → Send debugging message to client
This allows you to type a message that is sent to the client immediately. Prefix the message with "Event:" if you want to mimic an event message. Note that clients are allowed to assume a rigid pattern of messages from the server – they can be case-sensitive, if they want, as the server normally guarantees them a predictable message – so it's your job to get this right if you mimic the server yourself.
|