>>41049362The messages are being sent in chunks of 15 words (along with all of the previous chunks) and when the server decides it's too lewd it just stops serving data.
{"replies": [{"text": "FIRST 15 WORDS OF THE RESPONSE"}], "src_char": {"participant": {"name": "..."}, "avatar_file_name": "..."}, "is_final_chunk": false, "last_user_msg_id": 0}
{"replies": [{"text": "FIRST 30 WORDS OF THE RESPONSE"}], "src_char": {"participant": {"name": "..."}, "avatar_file_name": "..."}, "is_final_chunk": false, "last_user_msg_id": 0}
{"abort": true, "error": "Chat Error - Please try again" }
So whatever happens, it's on their end, not ours. We don't know if they get "deleted" or not.