I'm publishing messages using the StreamingWsgiChannel and the WsgiChannelSet publishObject method in CherryPy. On the client side, I'm using a StreamAMFChannel in the Consumer and occasionally some messages are not seen. I know all the messages are being sent because I've been using Charles to watch all the messages being sent from the server.
Has anyone seem this before? How do I fix this?