Is there a rate limit for websocket contribution API? We send about 500 messages per second but only some updates are visible in the terminal.
In login response we receive {"TRCE:MaxMessagesPerSecond":1000} . Is it the api rate limit? Does it matter if messages equally distributed or we can send all messages (up to the limit) in a fraction of a second?