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
It should just return None if no server implementations are installed. An error should then be raised at runtime if no server is explicitly given and no default exists.
The text was updated successfully, but these errors were encountered:
This should not raise an error: https://github.com/idom-team/idom/blob/8a99b452fd877bea78b9718c1e32e8855c768166/src/idom/server/prefab.py#L16
It should just return
None
if no server implementations are installed. An error should then be raised at runtime if no server is explicitly given and no default exists.The text was updated successfully, but these errors were encountered: