I am trying to make pool of client which connect to the same websocket server (Go Server), in order to test performance and the ability to handle coming request.
I was wondering how I can reach 100K client for example, because I see when I reach 28233 gorilla client (websocket client), program can not make more.
I am getting the following error
tcp 127.0.0.1:8000: connect: cannot assign requested address
Thanks in advance