Ok, in case anyone cares, I discovered why I was receiving duplicate messages from the socket. I was not returning a response code when I received a POST request. I updated the python code to respond with a "200" code, and it works much better.
I'm not sure of the exact underlying implementation, but I assume some layer was re-transmitting the request when no code was immediately received. (I'm not sure why reading off the end of the socket made a difference, though.) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
