-
Notifications
You must be signed in to change notification settings - Fork 62
Description
OpenIM Server Version
3.8.2
Operating System and CPU Architecture
Linux (ARM)
Deployment Method
Docker Deployment
Bug Description and Steps to Reproduce
Last Exception Backtrace:
0 CoreFoundation 0x1804ae0ec __exceptionPreprocess + 160
1 libobjc.A.dylib 0x180087db4 objc_exception_throw + 56
2 Foundation 0x180d1718c -[NSMutableDictionary(NSMutableDictionary) classForCoder] + 0
3 myAPP.debug.dylib 0x10bb47e38 -[RCTEventEmitter sendEventWithName:body:] + 372 (RCTEventEmitter.m:45)
4 myAPP.debug.dylib 0x10c34b1a8 -[OpenIMSDKRN pushEvent:data:] + 96 (OpenImSdkRn.m:125)
5 myAPP.debug.dylib 0x10c357c1c -[OpenIMSDKRN onConnecting] + 44 (OpenImSdkRn.m:1248)
调用路径:
OpenIMSDKRN onConnecting 触发
调用 pushEvent:data:
最终传递到 RCTEventEmitter sendEventWithName:body:
发生崩溃
Screenshots Link
No response