Steps to reproduce
In YtFlowApp:
- Create a proxy in Assets with
HTTP or VMess protocol
- Enable
UDP Supported
- Connect to a profile with
dyn-outbound
- Select the new proxy
Actual Behavior
Crashed.
Info
|
.map(|name| (name, plugin_set.datagram_outbounds.remove(name).unwrap())) |
The unwrap() throws because the UDP ap does not exist while the app util thinks otherwise.