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

Change configuration constructor #69

Open
TechnikEmpire opened this issue Oct 17, 2018 · 0 comments
Open

Change configuration constructor #69

TechnikEmpire opened this issue Oct 17, 2018 · 0 comments
Assignees

Comments

@TechnikEmpire
Copy link
Owner

Right now the design of the proxy server constructor that accepts the configuration mechanism is a little.. bonkers. It demands/requires all callbacks to be set, but you can construct the configuration without setting them.

Should change this so you have to configure them at least in the config ctor, since right now people can run into an unexpected runtime error (arg exception) whenever we add a new callback to the engine.

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