Some SBS messages will be cut off due to the way that the receive buffer arrives. The current receive buffer may only have a fraction of the last message and the rest of the message will appear in the next receive buffer. We have some logic in the data handler to glue those back together, but sometimes we still get fragments in places that are not the beginning and end. Check this out...
Some SBS messages will be cut off due to the way that the receive buffer arrives. The current receive buffer may only have a fraction of the last message and the rest of the message will appear in the next receive buffer. We have some logic in the data handler to glue those back together, but sometimes we still get fragments in places that are not the beginning and end. Check this out...