decentraland / decentraland-rpc

📡 Sandboxed code execution + Plugins + JSON-RPC engine
Apache License 2.0
5 stars 5 forks source link

Fix singleton Components #10

Open belohlavek opened 6 years ago

belohlavek commented 6 years ago

As of today we support Singleton Components but we don't support notifications involving multiple Systems. For this to happen we might need a new decorator @registerSingletonComponent and a new base class SingletonComponent that takes multiple options as an argument.