Please do i need a new SocketAsyncEventArgs for each client connection i make.
I'm making several client connections in a loop, filling in the UserToken for each clients state from a database.
Is there a way to reuse the SocketAsyncEventArgs and still maintain separate UserToken state for each connection.
Thanks.