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

feat: async adapter #208

Draft
wants to merge 6 commits into
base: 1.0.x-alpha
Choose a base branch
from
Draft

Commits on Jan 12, 2022

  1. feat: (wip) async adapter

    - requester fireAndForget
    - requester requestResponse
    - requester requestStream
    
    refactor: renamed to SubscribingAsyncIterator + added more tests
    
    feat: (wip) add async responders
    
    - fireAndForget
    - requestResponse
    
    feat: AsyncIterable requestStream responder
    
    refactor: use rxjs observer for async iterable requestStream example
    
    feat: add requesChannel responders and requesters
    
    refactor: remove unnecessary passing of scheduler
    
    test: (wip) requester tests
    
    test: async requestResponse requesters tests
    
    test: async adapter fireAndForget requester tests
    
    refactor: apply linting
    
    fix: resolve issues from rebasing
    
    test: add tests for requestStream requester
    
    refactor: rename async package to adapter-async
    Signed-off-by: Kevin Viglucci <kviglucci@gmail.com>
    viglucci committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    4444c17 View commit details
    Browse the repository at this point in the history
  2. chore: remove TODO comments

    Signed-off-by: Kevin Viglucci <kviglucci@gmail.com>
    viglucci committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    2bc33d9 View commit details
    Browse the repository at this point in the history
  3. refactor: revert change to tsconfig

    Signed-off-by: Kevin Viglucci <kviglucci@gmail.com>
    viglucci committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    f30d5b6 View commit details
    Browse the repository at this point in the history
  4. fix: imports in requestChannel impl and async examples

    Signed-off-by: Kevin Viglucci <kviglucci@gmail.com>
    viglucci committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    43cd833 View commit details
    Browse the repository at this point in the history
  5. fix: run linter

    Signed-off-by: Kevin Viglucci <kviglucci@gmail.com>
    viglucci committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    303c6f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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