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
The server is initialized with a reference to the global factory. If someone add to the globalfactory (e.g. the server has custom types) a client in the same process is already aware of the types and refuses to load them by the complex type system, effectively not creating a private instance.
Expected Behavior
one or multiple servers and clients can use their private copy the encodeable factory
The text was updated successfully, but these errors were encountered:
mregen
changed the title
A server can not be initialized with a private encodeable factory<title>
A server can not be initialized with a private encodeable factory
Jun 28, 2024
Type of issue
Current Behavior
The server is initialized with a reference to the global factory. If someone add to the globalfactory (e.g. the server has custom types) a client in the same process is already aware of the types and refuses to load them by the complex type system, effectively not creating a private instance.
Expected Behavior
one or multiple servers and clients can use their private copy the encodeable factory
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: