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
wrap-castra "requires" the api on runtime, but if the environment is multithreaded, the call to api happens as many times as there are threads. The workaround he found was to just require it in the ns declaration so that it happens predictably on initialization.
The text was updated successfully, but these errors were encountered:
Original Issue:
hoplon/hoplon#120
Issue Comment:
hoplon/hoplon#120 (comment)
The text was updated successfully, but these errors were encountered: