You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't want to generate functions with three possible input body types (i.e. send_to_all in WebPubSub) in DPG. We want to generate them as abstract methods that SDK writers have to implement. You can see how we handle formdata in DPG to see how we want to handle this.
The actual webpubsub SDK will also have to be updated to implement send_to_all (you can just copy-paste the current existing generated code), so we can pass the pipeline running on all SDKs
We don't want to generate functions with three possible input body types (i.e.
send_to_allin WebPubSub) in DPG. We want to generate them as abstract methods that SDK writers have to implement. You can see how we handle formdata in DPG to see how we want to handle this.The actual webpubsub SDK will also have to be updated to implement
send_to_all(you can just copy-paste the current existing generated code), so we can pass the pipeline running on all SDKs