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

Release/0.8.0: When unbinding and disconnecting from SMSC, set SMPP session state to CLOSED #213

Closed
wants to merge 8 commits into from

Commits on Sep 18, 2020

  1. pin black vers

    komuw committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    ce8aaf0 View commit details
    Browse the repository at this point in the history
  2. add a test to check that; During shutdown, close the writer & not reader

    This is to check that #197 is fixed.
    This is an update to PR: #198
    komuw committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    30f6373 View commit details
    Browse the repository at this point in the history
  3. add docs

    komuw committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    1c4fb51 View commit details
    Browse the repository at this point in the history
  4. set current_session_state = SmppSessionState.CLOSED inside _unbind_an…

    …d_disconnect
    
    see commit message; 5ccc848
    komuw committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    b64246d View commit details
    Browse the repository at this point in the history
  5. add docs

    komuw committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    df0f94f View commit details
    Browse the repository at this point in the history
  6. add docs

    komuw committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    fdef536 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. update docs/

    komuw committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    39e8878 View commit details
    Browse the repository at this point in the history
  2. update docs/

    komuw committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    c4244ad View commit details
    Browse the repository at this point in the history