Maximum concurrent Socket.IO connections

前端 未结 5 1874
旧时难觅i
旧时难觅i 2020-11-29 15:23

This question has been asked previously but not recently and not with a clear answer.

Using Socket.io, is there a maximum number of concurrent connections that one c

5条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 15:56

    After making configurations, you can check by writing this command on terminal

    sysctl -a | grep file
    

提交回复
热议问题