Yes it definitely seems like a rate throttling issue. I'd love more info.
As for supplying code for:
When introduce inbound messages to the picture, the error occurs immidately upon navigating to a new page, regardless of how long i wait before navigating.
It's the same policy-violation error, it just occurs as soon as the page loads. Again i'm using the SDK's examples/persistTest1.html example, but i'm having another logged in user sending messages. Here's the setup:
User A is using the persistTest1.html to login and simulate page reloading.
User B is logged in (to a standalone page with the chat client running) and sending User A instant messages every 5 seconds.
User A experiences the policy-violation error as soon as he does a page refresh. Without User B sending messages, the error doesn't occur as quickly.
I'm trying to see whether a user can successfully conduct a chat session while navigating between pages.