Arafat Nalkhande
Arafat Nalkhande
@microsoft-github-policy-service agree
@CraigMacomber , @tylerbutler , @nmsimons Had fixed a minor bug in deleting summarized ops and we need a patch release for this
@tylerbutler , @anthony-murphy , @nmsimons Any updates on this
We are presently using `server_v5.0.0` and the issue is coming when using the `azure-client` We intend to upgrade to `server_v6.0.0` soon
It would be `Member 'undefined' is present with id 'undefined'.`
My bad, should have been explicit Ideally I was expecting zero users apart from myself. But there is one and that is causing the 'undefined' issue
@WillieHabi We've faced certain roadblocks in server version upgrade. Should be done in a week or so. Will check and update here post that
@WillieHabi We updated our server to v6.0.0 but it is still the same. Getting the exact same error Can you please check
@fluidframework/azure-client "2.0.0-rc.1.0.9" **The code snippet is as follows** ``` export function getCollaboratingUsersAzure( containerInfo: ContainerInfo, excludeUser?: string ): AzureMember[] { verifyConnectedState(containerInfo, "getCollaboratingUsersAzure"); const services = containerInfo.services; if (!services) { return [];...
@WillieHabi we tried using 2.52.0 but still have this issue