UDP String Backlog

I was testing UDP strings that included multiple command-lines in the same packet. Like `<U31> $ Blind # <U31> $ Cue 11 / 2 Time 4 # <U31> $ #` and i somehow seem to have gotten the console confused so there are now back-logged UDP strings in a buffer somewhere. So each time I send a packet, i see the console process a previous string. Currently, I am 44 strings behind, so I have to send the same string 44 times before the console catches up and processes it. Then I have 44 of those in the backlog which need to be worked through before the console will process the next new one.

Related