close – Closing a Shared Object
Closing a remote Shared Object instance is as easy as invoking close.
so.off('*', handleSharedObjectEvents)
so.close()
The event delegate is also removed using the
offmethod, sinceSharedObjectis an instance ofEventEmitter.