Azure-Samples / communication-services-dotnet-quickstarts

Sample code for Azure Communication Services .Net quickstarts
MIT License
76 stars 104 forks source link

Crash: Multiple CallAgent instances with the same identity is not allowed. #143

Open andersonvieiragomeslopes opened 7 months ago

andersonvieiragomeslopes commented 7 months ago

Please provide us with the following information:

We are working with an example in .NetMaui which is also WinUI, but we are facing a problem at startup, I simulated the same problem in your example which is WinUI and it happened twice.

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Sample CallingWinUI

Any log messages given by the failure

The text associated with this error code could not be found.\r\n\r\nMultiple CallAgent instances with the same identity is not allowed.

Expected/desired behavior

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?) Windows 11

Versions

1.5.0-beta.1, 1.4.0-beta.1, 1.3.0 and 1.4.0

Mention any other details that might be useful


Thanks! We'll be in touch soon.

jowang-msft commented 6 months ago

@andersonvieiragomeslopes , ACS SDK does not currently support multiple CallAgent instances with the same user identity in the same process, please double check if this is the same case. Thanks.