You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I started using XmlReader over an SslStream to read things in. There's an inherent flaw in this approach (not sure if it's specific to mono) to do with the XmlReader implementation.
My next approach (and I've started locally) is to create my own xml fragment reader that basically reads from the network into a local buffer and keeps processing complete xml fragments from the local buffer as they are received (basically my own XmlReader implementation).
This shouldn't be too difficult, just a matter of time to complete it.
Thanks Jonathan. Out of curiosity, what is the flaw you encountered? Also, would PushSharp support reading the upstream XMPP messages that come from GCM?
Hi, how is XMPP for GCM looking? What can I do to help?
The text was updated successfully, but these errors were encountered: