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

#43: Fix server streaming #45

Merged
merged 5 commits into from
Dec 24, 2019

Commits on Dec 18, 2019

  1. [rouzwawi#43] Implement test for the common use-case of server-side s…

    …treams (pub-sub pattern) that checks client abandons
    igor-kovalchuk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    c38c8c8 View commit details
    Browse the repository at this point in the history
  2. [rouzwawi#43] Fix code generation of server-side streaming part: Clos…

    …e kotlin channel when sending message to a client has failed
    igor-kovalchuk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    a046487 View commit details
    Browse the repository at this point in the history
  3. [rouzwawi#43] Make example app use the current version (local version…

    … of artifact) of grpc-kotlin-gen
    igor-kovalchuk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    b2d41a2 View commit details
    Browse the repository at this point in the history
  4. [rouzwawi#43] Example App: implement demo case for server streaming /…

    … client unary calls: extend chat.proto, add clientSS, fix README
    igor-kovalchuk committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    7ef3335 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    8c863ea View commit details
    Browse the repository at this point in the history