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
Is your feature request related to a problem? Please describe.
Some integrators ask for a reference implementation for chunked receiving. Either because they are using the SDK or because they need guidance for their own implementation.
Describe the solution you'd like
It would be good to have a ready-to-use solution for chunked receiving as part of the SDK(s). This issue is only created in this project because the current request is based on .NET.
Describe alternatives you've considered
The only alternative would be to leave chunk aggregation to the downstream user of the SDK.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Some integrators ask for a reference implementation for chunked receiving. Either because they are using the SDK or because they need guidance for their own implementation.
Describe the solution you'd like
It would be good to have a ready-to-use solution for chunked receiving as part of the SDK(s). This issue is only created in this project because the current request is based on .NET.
Describe alternatives you've considered
The only alternative would be to leave chunk aggregation to the downstream user of the SDK.
The text was updated successfully, but these errors were encountered: