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
NSwag currently generates Axios-client with support for a CancelToken, and the useAbortSignal-flag has no effect. Axios does have support for AbortSignal as well, so could the useAbortSignal-flag be used with the Axios template as well to accept AbortSignal as the last parameter instead of a CancelToken? This could be set on the AxiosRequestConfig-object directly, just like the CancelToken currently is.
The text was updated successfully, but these errors were encountered:
NSwag currently generates Axios-client with support for a CancelToken, and the useAbortSignal-flag has no effect. Axios does have support for AbortSignal as well, so could the useAbortSignal-flag be used with the Axios template as well to accept AbortSignal as the last parameter instead of a CancelToken? This could be set on the AxiosRequestConfig-object directly, just like the CancelToken currently is.
The text was updated successfully, but these errors were encountered: