Skip to content

Change configuration constructor #69

@TechnikEmpire

Description

@TechnikEmpire

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions