Skip to content

Commit

Permalink
Update websocket-extension.md
Browse files Browse the repository at this point in the history
added note about requiring a Lucee restart
  • Loading branch information
webonix authored Jun 19, 2024
1 parent e791b6a commit 65e8436
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/recipes/websocket-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The Extension can be installed via Lucee Administor

![Lucee Admin: Extensions - Application](https://raw.githubusercontent.com/lucee/lucee-docs/master/docs/_images/extension/websocket/lucee-admin-extension.png)

### Manuell Installation
### Manual Installation

Download the LEX file from [https://download.lucee.org/](https://download.lucee.org/) and save to `/lucee/lucee-server/deploy/` (takes up to a minute for Lucee to pick up and install)

Expand Down Expand Up @@ -85,6 +85,8 @@ The WebSocket Extension comes with a helper function `websocketInfo()` that well
<em>TODO: update with new version</em>

## Component
>[!IMPORTANT]
>a Lucee restart is required when a new WebSocket CFC is added (just like for a ReST CFC)
```lucee
component hint="used to test websocket client" {
Expand Down Expand Up @@ -267,4 +269,4 @@ for ( var wsI in wsInstances) {
```
[Task Event Gateway](event-gateways-overview.md) is a good candidate for this script

*TODO: link to recipe page*
*TODO: link to recipe page*

0 comments on commit 65e8436

Please sign in to comment.