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
Reflecting like a Buddha and testing like a Nazi I came to the conclusion that this line does not belong to the function New() but to the function NewSqliteStoreFromExistingPool()
It would specifically go on this line:
Hi, I was able to verify with the
-race
flag, that this line:sqlite3store/sqlite3store.go
Line 127 in 31c1041
Throws a WARNING: DATA RACE
Reflecting like a Buddha and testing like a Nazi I came to the conclusion that this line does not belong to the function
New()
but to the functionNewSqliteStoreFromExistingPool()
It would specifically go on this line:
sqlite3store/sqlite3store.go
Line 88 in 31c1041
Please update the package by moving line 127 to line 88.
Thank you.
The text was updated successfully, but these errors were encountered: