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

Refactor Transponder implementation to be generalized #21

Closed
eudaimos opened this issue Jun 27, 2020 · 0 comments
Closed

Refactor Transponder implementation to be generalized #21

eudaimos opened this issue Jun 27, 2020 · 0 comments
Labels
devxp development experience enhancement New feature or request pkg: utils corresponds to the @tao.js/utils package

Comments

@eudaimos
Copy link
Contributor

The goal of a Transponder is the ability to attach Promise handling to a network.

Currently the Transponder reimplements a Channel within itself and acts exactly like a channel except for the signaling to its promise.

Desire: reimplement the Transponder to work with any Network interface and compose it with Channel to get the current behavior, but also allow it to be attached to any Network interface for promise integration.

This will affect the @tao.js/koa package which depends on using a Transponder. However that package has not been tested or used yet.

@eudaimos eudaimos added enhancement New feature or request devxp development experience pkg: utils corresponds to the @tao.js/utils package labels Jun 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devxp development experience enhancement New feature or request pkg: utils corresponds to the @tao.js/utils package
Projects
None yet
Development

No branches or pull requests

1 participant