fix: rpc panic recover (#2957)

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