Support for runtime namespace updates? #1143
quinlin-riggs
started this conversation in
General
Replies: 1 comment 2 replies
-
I don't see why it wouldn't be supported, in theory. Starting up or shutting down a Namespace is really just registering/unregistering it with the server's AddressSpaceManager and registering a URI with the NamespaceTable. It looks like the only thing unsupported about it might be that NamespaceTable doesn't have a method for removing a URI. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the example server provided in the repo the main server object is created then the example namespace is created/started and finally the server object is started.
I am wondering if milo supports (or in theory supports) updating/modifying server namespaces at runtime (modifying existing namespaces or adding/removing a new namespace with lifecycle after some action is executed) in some way without needing to explicitly stop the server and recreate it.
Beta Was this translation helpful? Give feedback.
All reactions