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
I need to access bidder aliases in the RequestWrapper to resolve adapter name (as modules on many stages receive bidder alias, not "bidder core name" = adapter name) race.log - full log race.tar.gz - test scripts & config
or apply patch with git apply file.patch (in the project root directory)
4. run server with enabled race detector go run -race main.go
5. use "run.sh" from the archive to run 50 parallel requests (it needs to run several times the shell script with curl to get a data race)
6. result
I need to access bidder aliases in the RequestWrapper to resolve adapter name (as modules on many stages receive bidder alias, not "bidder core name" = adapter name)
race.log - full log
race.tar.gz - test scripts & config
prebid-server/modules/prebid/ortb2blocking/hook_bidderrequest.go
Line 22 in 4870355
or apply patch with
git apply file.patch
(in the project root directory)4. run server with enabled race detector
go run -race main.go
5. use "run.sh" from the archive to run 50 parallel requests (it needs to run several times the shell script with curl to get a data race)
6. result
The text was updated successfully, but these errors were encountered: