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

Reset event stream unit test #175

Merged
merged 16 commits into from
Oct 31, 2021
Merged

Reset event stream unit test #175

merged 16 commits into from
Oct 31, 2021

Commits on Jul 25, 2021

  1. change version to be 0.22

    windmemory committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    4e8a07c View commit details
    Browse the repository at this point in the history
  2. 0.22.1

    windmemory committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    e10b43d View commit details
    Browse the repository at this point in the history
  3. 0.22.2

    windmemory committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    b71694c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a8b397 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. fix: 🐛 try to stop grpcStream evenif grpcClient does not exist

    1. grpcStream method will not fail even if stream does not exist; 2.
    grpcStream might exist even if grpcClient does not
    
    ✅ Closes: #172
    hcfw007 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    e0118c2 View commit details
    Browse the repository at this point in the history
  2. fix: 🐛 recreate gRPC stream when it already exists

      I think it's better to warn and recreate stream since the upper level
    bot does not have direct access to these private method to handle it
    properly.
    
    ✅ Closes: #172
    hcfw007 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    9f0d201 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    4041e5f View commit details
    Browse the repository at this point in the history
  2. fix: 🐛 revert 9f0d201

    as we close stream in the previos commit, start with event stream should
    never happen, thus if somehow this happened, an exception shold be
    thrown
    hcfw007 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    a252200 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e347c82 View commit details
    Browse the repository at this point in the history
  4. style: 💄 lint issue

    hcfw007 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    aa3fb84 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    6c9070e View commit details
    Browse the repository at this point in the history
  2. typo

    hcfw007 authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    3cb5805 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. merge

    huan committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    8bdc0fd View commit details
    Browse the repository at this point in the history
  2. clean

    huan committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    53413ca View commit details
    Browse the repository at this point in the history
  3. add stream grpc unit test

    huan committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    37f8661 View commit details
    Browse the repository at this point in the history
  4. 1.0.6

    huan committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    8c8db9a View commit details
    Browse the repository at this point in the history