What will happen if we reached the limit of concurrent connections i.e, a professional plan offers 5000 concurrent connections what will happen if a user number 5001 enters the website?
I saw in another post a question about server locations. Are there plans to get a server in the United States?
Answer: Concurrent connections are all WebSocket connections active at any given moment. If there are 5 clients connected to a PieSocket Channel, their concurrency is 5. PieSocket concurrent connecti...
What is the max message size for client to client and server to client communication?
Is it possible to know the numbers of user connected by api?
Where are the Piesocket servers located physically?
PieSocket messages are counted as the "number of messages delivered" Which means, if a client sends 1 messages which is to be delivered to 5 other clients. It will be counted as total 5 messages. 6, ...