James Weinkam
Results
2
issues of
James Weinkam
I have in my application start ```elixir {Horde.Registry, members: :auto, keys: :unique, name: MyRegistry} ``` For the code ```elixir Horde.Registry.register(MyRegistry, "name", "value") result = Horde.Registry.lookup(MyRegistry, "name") ``` I would expect...
If submitting a bug, please provide the following: ### Environment * Elixir version (elixir -v): Erlang/OTP 25 [erts-13.2.2.4] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] Elixir 1.14.1 (compiled with Erlang/OTP 25) *...