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 don't think memfs is concurrent-safe (it has no locks for maps) because it's mostly made for unit testing.
If you want to use it for production, you should fork it and add mutex locks to it.
Hi, I was trying to run memfs create inside go routine, and faced this error:
Error:
truncated code:
Any Idea how to fix this? or it's not supposed to run inside go routine?
The text was updated successfully, but these errors were encountered: