node.js - What is the limit of WebSockets connections in Azure? -


I have a web site using node.js in Windows Azure, its mode is set to standard. This post () indicates that the number of WebSocket Connection in standard mode is 350.

Although I am getting the following error every time: "HTTP Error 503.0 - The number of active websacet requests has reached the maximum concurrent WebSocket requests." However, only 10 people Were testing. What could be the reason for this? Are not the limitations of 350 connections right?


Comments