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
Another possible solution is to change the owner to some other well known (at least leo_backend_db_sup knows) permanent process which is not supervisor however there seems to be no such processes.
Since ets:give_away (http://erlang.org/doc/man/ets.html#give_away-3) invoked at https://github.com/leo-project/leo_backend_db/pull/15/files send the message
{'ETS-TRANSFER',Tab,FromPid,GiftData}
to the new owner and now supervisor handles those messages as unexpected messages in a way implemented at https://github.com/erlang/otp/blob/OTP-19.3.6.5/lib/stdlib/src/supervisor.erl#L630-L633, the error line always appeared on startup of every component.The text was updated successfully, but these errors were encountered: