Im having issues integrating with this library due to the fact that the callback signature for the streaming strategy has StreamingCallbackResponse as the return value vs ?StreamingCallbackResponse. The docs say its opt, but Im assuming this works due to candid null coercion
Normally I would just wrap it in another function, but its a shared function, so that wont work
Im having issues integrating with this library due to the fact that the callback signature for the streaming strategy has StreamingCallbackResponse as the return value vs ?StreamingCallbackResponse. The docs say its opt, but Im assuming this works due to candid null coercion
Normally I would just wrap it in another function, but its a shared function, so that wont work