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

Issue #1060 maximum number of streams on the client should be capped … #1071

Merged
merged 7 commits into from
Mar 1, 2017

Commits on Feb 10, 2017

  1. Issue grpc#1060 maximum number of streams on the client should be cap…

    …ped at 100 by default
    MakMukhi committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    9e922bd View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. 1. Initialize streamsQuota at object creation.

    2. Defer adding back to streamsQuota pool in CloseStream
    MakMukhi committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    df4f24b View commit details
    Browse the repository at this point in the history
  2. style update

    MakMukhi committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    888efe3 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. experimental commit

    MakMukhi committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    7f74821 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. comment update

    MakMukhi committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    0dd2b96 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. future-proofing

    MakMukhi committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    f28d487 View commit details
    Browse the repository at this point in the history
  2. post review updates

    MakMukhi committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    0dc1a7d View commit details
    Browse the repository at this point in the history