Skip to content

Commit

Permalink
修复BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
fengqk committed May 10, 2023
1 parent 6f67bcf commit 256ffa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actor/actor_pool_dynamic.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (a *ActorPoolDynamic) GetMgr() IActor {
return a.MGR
}

func (a *ActorPoolDynamic) SendAcotr(head rpc.RpcHead, packet rpc.Packet) bool {
func (a *ActorPoolDynamic) SendActor(head rpc.RpcHead, packet rpc.Packet) bool {
if a.MGR.HasRpc(packet.RpcPacket.FuncName) {
if head.Id != 0 {
ac := a.GetActor(head.Id)
Expand Down

0 comments on commit 256ffa8

Please sign in to comment.