From cd55e73d903e2cd882e618d21d7c692fabe9e0fe Mon Sep 17 00:00:00 2001 From: Christopher Date: Tue, 18 Feb 2020 15:23:24 -0600 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4c7071..85cc031 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The protocol uses a registered [WebSocket subprotocol](https://wamp-proto.org/_s WAMPex currently maps each session to a seperate transport connection. This means there is a new connection per instance of WAMPex. -Internally WAMPex uses [Registry](https://hexdocs.pm/elixir/Registry.html#module-using-as-a-pubsub) for local PubSub. Subscriptions and Callees are registrerd with separate Registry instances, partitioned over the available system CPU cores. +Internally WAMPex uses [Registry](https://hexdocs.pm/elixir/Registry.html#module-using-as-a-pubsub) for local PubSub. Subscriptions and Callees are registered with separate Registry instances, partitioned over the available system CPU cores. The Session management is handled by a state machine, written using [StatesLanguage](https://github.com/citybaseinc/states_language). The JSON looks like this. -- 2.45.3