grover isnt mounted with thread id anymore

This commit is contained in:
2022-08-03 13:42:44 +02:00
parent 9594a9bc04
commit 4bd3634abb
3 changed files with 11 additions and 13 deletions

View File

@ -27,7 +27,7 @@ DynamicSupervisor.count_children(SomethingErlang.Supervisor.Grovers)
```
```elixir
SomethingErlang.Grover.mount(self(), 1, 123)
SomethingErlang.Grover.mount(%{bbuserid: 12345, bbpassword: "deadbeaf"})
```
## Client stuff