The code was looking for a separator in the incoming data, I guess previously there was always a SEP on the end of each event .. looks like that's not the case any more. Using split rather than parsing line by line removed the issue and simplifies the code.
The code was looking for a separator in the incoming data, I guess previously there was always a SEP on the end of each event .. looks like that's not the case any more. Using split rather than parsing line by line removed the issue and simplifies the code.