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
Any plans to guard the maps you're using to store templates/builders? Instance() is going to be called from a goroutine 99% of the time and it isn't threadsafe right now by the looks of it.
The text was updated successfully, but these errors were encountered:
Any plans to guard the maps you're using to store templates/builders? Instance() is going to be called from a goroutine 99% of the time and it isn't threadsafe right now by the looks of it.
The text was updated successfully, but these errors were encountered: