Closed skiwi2 closed 10 years ago
A workaround could be submit messages as a List<String>
.
A problem is that you can't be entirely sure about if there will be a spam throttle delay imposed by StackExchange after the first message
That is why after having send a single message as last burst, you should always think that a throttle has happened (so wait env.chatThrottle milliseconds) before sending your new burst. It's the best effort we can do.
If you first post a singular message, and then a commit (two messages), within env.chatThrottle time, then the formatting is messed up.
A commit (two messages) should always be sent together.