Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep getting "No Callback Found" error on iOS Simulator #42

Open
hdcaruth opened this issue Jun 18, 2021 · 7 comments
Open

Keep getting "No Callback Found" error on iOS Simulator #42

hdcaruth opened this issue Jun 18, 2021 · 7 comments

Comments

@hdcaruth
Copy link

This is the code in my componentWillUnmount() method:

  async componentWillUnmount() {
    console.log("Unmounting");

    await this.state.rtmEngine.leaveChannel("testChatChannel").catch(error => console.log("Error leaving", error.code));;
    await this.state.rtmEngine.logout().catch(error => console.log("Error logging out", error.code));

    console.log("Left channel...");
  }

I intermittently get the following error (see uploaded image):

Screen Shot 2021-06-18 at 1 24 49 PM

What's going on here?

@LichKing-2234
Copy link
Contributor

Sorry for the late reply, is this issue still exist?

@rajaneeshBridgera
Copy link

Hi der, I am also facing the similar error while try to using login method of rtm (only in ios android is fine).
Simulator Screen Shot - iPhone 11 - 2021-09-14 at 16 28 00

@Sach-SPF
Copy link

Sach-SPF commented Sep 14, 2021

@LichKing-2234 - I'm also facing the same problem with the latest version of RTM 1.4.8, Can anyone from maintainers or you share the fix, as iOS 15 is coming out today 14 Sept

@Sach-SPF
Copy link

@hdcaruth - Any luck in fixing this?

@LichKing-2234
Copy link
Contributor

have you followed our example?

@hdcaruth
Copy link
Author

hdcaruth commented Oct 12, 2021

While allegedly deprecated, you may have luck with calling the destroyClient(..)fn on the RTM Engine instance. I would say that is worth a shot.

@jafar-jabr
Copy link

jafar-jabr commented Dec 23, 2022

@LichKing-2234
this is still in v1.5.1, but this time with leaveChannel.
No callback found with cbID 35777 and callID 17888 for AgoraRTM.leaveChannel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants