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

fix(bigquery): add close() method to client for releasing open sockets #9894

Merged
merged 5 commits into from
Nov 27, 2019

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    a4c271f View commit details
    Browse the repository at this point in the history
  2. Add close() method to Client

    plamut committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    d27618c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae63a4f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    827a4cf View commit details
    Browse the repository at this point in the history
  2. Wrap entire cell magic into try-finally block

    A single common cleanup point at the end makes it much less likely
    to accidentally re-introduce an open socket leak.
    plamut committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    7dff06f View commit details
    Browse the repository at this point in the history