To be able to react to multiple messages at a time
-
can you add a way (in title)?
this is only for my server if you need to know why. at least two people at the same time might be using the project... so...
-
Just to clarify, you would like to make sure your server can receive messages from multiple clients at once, right? If so, that should already work. The messages will be processed sequentially but none should be ignored as they are queued until the message handler is idle (at which point the message handling script will run).
-
@brian they do not. i understand what you said, but that is not the case. i tested it.