I’m also seeing the exact same error, it occurs when you call sendbird.connect(). I’m using a sendbird instance with localCacheEnabled set to true, trying to implement the new GroupMessageCollection and MessageCollection, not sure if that is related or if the connect function itself is the true problem.
Another concerning issue is that this didn’t appear immediately with 3.1.10, only after I started a new Android Emulator.
This error must have been introduced in 3.1.10, because downgrading to 3.1.9 the error no longer appears.
EDIT: Another interesting thing, even wrapping the call to connect() in a try / catch didn’t reveal anything, the entire app just locked up upon calling connect()
That’s the problem, there is no stack trace, the app just completely locks up. Not sure if @castellan2345 has more information or insight?
My hunch is that it’s something foul down at the native level. I would guess it was at the React Native level I would have actually seen something from my try / catch