Skip to main content

How Fluent Socket Calculates Messages???

This is a relatively new site, I setup FluentSocket about an hour ago, no other user is online no message is sent, but it counts 230 messages. I am the only user online, and just making changes in the settings

1.00

Ross FCA

"messages" in websocket terminology are any packet of data sent via the server. Just for messaging this data can include things like presence indicators, typing indicators, read receipts, as well as the actual delivery of an instant "message".

I can't say what's caused 230 with just a single user. But it wouldn't be unusual for a single message between 2 users to rack up that many data packet sends.

Tanmay Kapse

Are there any limitations?