How can I solve this problem? Can someone please help me? #1328
AriBermeki
started this conversation in
General
Replies: 1 comment
-
Your syntax seems to be for sync custom protocols while you're trying to register an async protocol. The async protocol handler can't return values. Instead you'll have to use the Apart from the small doc example, we also have a full example here: https://github.com/tauri-apps/wry/blob/dev/examples/async_custom_protocol.rs#L44-L45 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error @ use_custom_protocol (handler)
Beta Was this translation helpful? Give feedback.
All reactions