Closed Unitech closed 6 years ago
The only way currently is to instantiate multiple kmjs core?
Currently I cannot do that:
const bucket_id_1 = '543970ae931fb40357ed3a5e' const bucket_id_2 = '58c536dd35034ec15f8fe923' var rt1 = km.realtime.subscribe(bucket_id_1).catch(console.error) var rt1 = km.realtime.subscribe(bucket_id_2).catch(console.error)
See example : https://github.com/keymetrics/kmjs-core/blob/master/examples/standalone_get_user.js#L21
The only way currently is to instantiate multiple kmjs core?
Currently I cannot do that: