Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mixing synchronous code with asynchronous code with ScriptEvaluate #2711

Closed
LimingZhangBj opened this issue May 4, 2024 · 0 comments
Closed

Comments

@LimingZhangBj
Copy link

Our web service using ScriptEvaluate to execute lua script in Redis.
Azure Appservice detected that threads are mixing synchronous code with asynchronous code, here is the call stack
image
,
we checked our code, we didn't call GetResultCore directly from our code, we think it's called by the api ScriptEvaluate from StackExchange.Redis lib, but the lib code not show up in the call stack. Do you have any idea on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant