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
In the above case,
Since LeoFS have to wait a spawned process to be initialized and can be ready to receive messages,
proc_lib:start_link must be used instead of erlang:spawn.
The text was updated successfully, but these errors were encountered:
ex.)
https://github.com/leo-project/leo_storage/blob/develop/src/leo_storage_replicator.erl#L78
In the above case,
Since LeoFS have to wait a spawned process to be initialized and can be ready to receive messages,
proc_lib:start_link must be used instead of erlang:spawn.
The text was updated successfully, but these errors were encountered: