Closed
Description
It would be nice for my python script if there was some sort of reliable way for it to determine where one cluster notice ends and another begins. Currently that delimiter is \r\n\r\n
, but this seems unreliable. Any unique string printed between each notice would do, but I imagine there is a better way.