We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi All,
I'm trying to run a sample program using the following code:
{ok, _pid} = Tortoise.Connection.start_link( client_id: HelloWorld, server: {Tortoise.Transport.Tcp, host: "localhost", port: 1883}, handler: {Tortoise.Handler.Logger, []} )
It returns an error:
== Compilation error in file lib/elixir_solace.ex == ** (ArgumentError) unknown registry: Tortoise.Registry (elixir 1.12.3) lib/registry.ex:1341: Registry.key_info!/1 (elixir 1.12.3) lib/registry.ex:227: Registry.whereis_name/2 (stdlib 3.16.1) gen.erl:84: :gen.start/6 lib/elixir_solace.ex:5: (module)
How do I resolve this?
The text was updated successfully, but these errors were encountered:
Use Tortoise.Supervisor.start_child instead Tortoise.Connection.start_link
Sorry, something went wrong.
No branches or pull requests
Hi All,
I'm trying to run a sample program using the following code:
It returns an error:
How do I resolve this?
The text was updated successfully, but these errors were encountered: