refactor: remove proxy_id concept entirely

Not really needed and just adds extra fluff.
This commit is contained in:
CJ van den Berg 2026-03-10 15:25:20 +01:00
parent 1c4ae46a83
commit 5a6fe9f36c
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 6 additions and 37 deletions

View file

@ -165,7 +165,7 @@ const Endpoint = struct {
if (self.proxies.get(e.id)) |p|
p.send(.{ "exit", e.reason }) catch {};
},
.proxy_id, .link, .transport_error => return tp.exit_error(error.UnexpectedMessage, null),
.link, .transport_error => return tp.exit_error(error.UnexpectedMessage, null),
}
}