Skip to content

Commit

Permalink
fix: dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jooty committed Nov 23, 2023
1 parent a4b175b commit ea51c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/imlight/sessionactor.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ The `SessionActor` will only dispatch `IMessage` if it received from the socket.
:::

## Gathering Services
When a `SessionActor` connection is first established, a minimal amount of message [services](./messageservice.md) are granted to the session as per the writing in a [service factory](./servicefactory.md). This means that each `SessionActor` has two different sets of services: one before the session [handshake](../internals/systems/kinp/session.md) is made, and one after.
When a `SessionActor` connection is first established, a minimal amount of message [services](./messageservice.md) are granted to the session as per the writing in a service factory. This means that each `SessionActor` has two different sets of services: one before the session [handshake](../internals/systems/kinp/session.md) is made, and one after.

Each server has its own derived `ServiceFactory` that dictates both set of services.

0 comments on commit ea51c03

Please sign in to comment.