Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow user to specify max number of pending connections to a server #1001

Merged
merged 2 commits into from Apr 23, 2020

Commits on Apr 22, 2020

  1. Allow user to specify max number of pending connections to a server

    Adds a field and two new methods to WebSocketServer: setMaxPendingConnections(int) and getMaxPendingConnections() and uses the value as a parameter when binding the server socket.
    PhilipRoman committed Apr 22, 2020
    Copy the full SHA
    3ebbe21 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ca38a4b View commit details
    Browse the repository at this point in the history