We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here code spawns a goroutine to call module hook handler but missing defer with recover()
prebid-server/hooks/hookexecution/execution.go
Line 105 in 7702a78
The text was updated successfully, but these errors were encountered:
prebid#3737 catch panic in executeHook
51a2a2f
bsardo
No branches or pull requests
Here code spawns a goroutine to call module hook handler but missing defer with recover()
prebid-server/hooks/hookexecution/execution.go
Line 105 in 7702a78
That would to process crash
The text was updated successfully, but these errors were encountered: