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.
Steps to reproduce
In YtFlowApp:
HTTPorVMessprotocolUDP Supporteddyn-outboundActual Behavior
Crashed.
Info
YtFlowCore/ytflow/src/config/loader/proxy.rs
Line 162 in 8309837
The
unwrap()throws because the UDP ap does not exist while the app util thinks otherwise.