QuickBlox / quickblox-ios-sdk

QuickBlox iOS SDK for messaging and video calling
https://quickblox.com/developers/IOS
MIT License
397 stars 358 forks source link

Cannot create/join room when already creating/joining/joined. #1317

Closed huynguyennang-fruitstreet closed 2 years ago

huynguyennang-fruitstreet commented 2 years ago

Environment details

Info Value
iOS Version 15.0
Quickblox iOS SDK version 2.17.11
QuickbloxWebRTC SDK version N/A
Xcode Version Xcode 13.1
Repro with our demo sample e.g. does it happen with our demo sample?

Did this work before? Yes

Expected behavior Can join room chat with version 2.17.11

Actual behavior Can't join room chat with version 2.17.11

Logs

Please use the following template for logs:

To enable full logs use the following code:

[QBSettings setLogLevel:QBLogLevelDebug];
[QBSettings enableXMPPLogging];
Cannot create/join room when already creating/joining/joined. ```logos // Your logs here ```

Steps to reproduce the behavior

When I run demo and I send message I got issue below: Simulator Screen Shot - iPhone 13 Pro - 2022-05-12 at 11 10 31 and logger:

Screen Shot 2022-05-12 at 11 12 57
ghost commented 2 years ago

@huynguyennang-fruitstreet Hello, this is Nikolay from QuickBlox support. To investigate the issue further, I need the following points:

  1. Is this issue intermittent or permanent?
  2. Is the issue reproduced on the clean sample? Swift or Objective-C?
  3. Please clarify if to reproduce the issue, I just need to click on a dialog and then send a message.
  4. Please provide me with full REST + XMPP logs as an attachment in .txt format. There should be logs from application start till request and "wrong" response (error). You can find out how to gather logs here: https://help.quickblox.com/article/368-how-can-i-enable-quickblox-logs
  5. iPhone model.
  6. Simulator or real device?
huynguyennang-fruitstreet commented 2 years ago

QB-nikolay-zolotarov double check and it work well now, I will close this issue, Thank for you support!

ghost commented 2 years ago

@huynguyennang-fruitstreet please let me know how you fixed it if you don't mind

huynguyennang-fruitstreet commented 1 year ago

QB-nikolay-zolotarov Maybe, I using plan is develop so connect QB service is not stability.