have found this behaviour in nodejs by running:
const realtime = new Realtime({ ...authOptions, plugins: { Objects }});
const channel = realtime.channels.get('test');
await channel.objects.getRoot();
I think the correct behaviour here is to reject the promise if the channel is not attached or attaching, and if attaching queue the operation?
┆Issue is synchronized with this Jira Task by Unito