Subject: Empty strings in periodic OnSendXml invocations
If I have an idle connection, there is a periodic OnSendXml event that gets fired, with the evt.Text value being emtpy (or null). I suspect this is related to the keep-alive. Is the firing of the OnSendXml event considered a bug, or should I just put in code to ignore the event if the evt.Text value is empty?