fix: rpc panic recover (#2957)

This commit is contained in:
icey-yu
2024-12-13 14:49:18 +08:00
committed by OpenIM-Robot
parent 1542a0c98d
commit aa35155ccb
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -32,6 +32,8 @@ type Config struct {
LocalCacheConfig config.LocalCache
Discovery config.Discovery
FcmConfigPath string
runTimeEnv string
}
func (p pushServer) PushMsg(ctx context.Context, req *pbpush.PushMsgReq) (*pbpush.PushMsgResp, error) {