mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-21 20:10:43 +00:00
e8cd20d7bb
The callbacks are stored by their id in the RPCServer so they are properly uniqued. This prevents the same callback from being added multiple times as a change listener.