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

Remove error return from building client and server #84

Open
emiago opened this issue Apr 8, 2024 · 0 comments
Open

Remove error return from building client and server #84

emiago opened this issue Apr 8, 2024 · 0 comments

Comments

@emiago
Copy link
Owner

emiago commented Apr 8, 2024

Currently only due to passing options we return error on building client or server handle.

Instead doing this, we need to be explicit in passing options, and therefore remove need for error handling.

Caller should make sure that values are correct, and even current code does not check this.

This will simplify API, but it will be breaking change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant