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
...the issue is with how we call go-fork in the func init(), which ends up getting called for all makebb processes. Need to move go-fork logic into func main() somewhere, even though that risks tainting generted code.
The text was updated successfully, but these errors were encountered:
...the issue is with how we call go-fork in the
func init()
, which ends up getting called for all makebb processes. Need to move go-fork logic intofunc main()
somewhere, even though that risks tainting generted code.The text was updated successfully, but these errors were encountered: