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
Hi,
I got Connection timeout exception when calling NextResultAsync inside ExecuteStoredProcAsync
I think the bug because Action handleResults, it should be Func<SprocResults, Task> handleResults and you need to await it to avoid the issue,
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I got Connection timeout exception when calling NextResultAsync inside ExecuteStoredProcAsync
I think the bug because Action handleResults, it should be Func<SprocResults, Task> handleResults and you need to await it to avoid the issue,
Thanks.
The text was updated successfully, but these errors were encountered: