refactor: remove proxy_id concept entirely
Not really needed and just adds extra fluff.
This commit is contained in:
parent
1c4ae46a83
commit
5a6fe9f36c
4 changed files with 6 additions and 37 deletions
|
|
@ -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),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue