Error facing in Flutter GetStream SDK..
GetStream is chatting SDK in which I am using messaging feature
.
I am facing issue with creating connection with the user.
Even if I change name of the user to anything, I still get the same error.
Stream Chat only supports one user connection at a time. You'll see it says "Connection already available..."
You first need to disconnect the current user, with:
await cle.disconnectUser();
Before calling connectUser
again.