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 e32dc6e9b8
commit bf45b592ac
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 6 additions and 37 deletions

View file

@ -254,7 +254,7 @@ const StdioEndpoint = struct {
else
return tp.exit_error(error.UnknownWireId, null);
},
.link, .exit, .proxy_id, .transport_error => return tp.exit_error(error.UnexpectedMessage, null),
.link, .exit, .transport_error => return tp.exit_error(error.UnexpectedMessage, null),
}
}