We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前 ConsoleOS Kernal 起初提供出一个 Singleton:false 配置来提供如下能力:
1.一个应用可以被同时初始化多次,并且同时存在,但是可以保持不同的状态。 2.在单例模式下,这个沙箱是被缓存起来下次使用的, 但是非单例下应用被卸载之后,相关的沙箱状态被完全销毁。
目前非单例模式的问题在于,第二次生成实例的时候没更新沙箱对象,导致报错。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前 ConsoleOS Kernal 起初提供出一个 Singleton:false 配置来提供如下能力:
1.一个应用可以被同时初始化多次,并且同时存在,但是可以保持不同的状态。
2.在单例模式下,这个沙箱是被缓存起来下次使用的, 但是非单例下应用被卸载之后,相关的沙箱状态被完全销毁。
目前非单例模式的问题在于,第二次生成实例的时候没更新沙箱对象,导致报错。
The text was updated successfully, but these errors were encountered: