You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: