mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
fixed: service_gate_c half close (#2047)
This commit is contained in:
@@ -250,6 +250,7 @@ dispatch_socket_message(struct gate *g, const struct skynet_socket_message * mes
|
||||
memset(c, 0, sizeof(*c));
|
||||
c->id = -1;
|
||||
_report(g, "%d close", message->id);
|
||||
skynet_socket_close(ctx, message->id);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user