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
This is to report that the shards:info/2 is different from the ets:info/2 behavior.
> shards:info(mytab, name).
** exception error: bad argument
in function ets:lookup_element/3
called as ets:lookup_element(mytab,'$shards_state',2)
...
> ets:info(mytab, name).
undefined
The text was updated successfully, but these errors were encountered:
Thank you for a nice library.
This is to report that the shards:info/2 is different from the ets:info/2 behavior.
The text was updated successfully, but these errors were encountered: