TtRPC•Created by Cattpot on 2/4/2025 in #❓-help unstable_httpBatchStreamLink and formData -> not compatible
links: [
splitLink({
condition: (op) => op.path=== 'MyPathFromFormData',
true: unstable_httpSubscriptionLink({
url,
transformer,
}),
false: httpBatchLink({
url,
transformer,
}),
}),
],