Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ If the node server is being removed, Polyglot core will send a delete message to
#### POLL
When the Polyglot core sends a poll message to the interface, the interface will publish a `POLL` event. The `POLL` event contains a string with type of poll event. It will be either 'shortPoll' or 'longPoll'.

Note again that this is called from within a separate thread so that if your poll processing takes longer than a poll interval you can end up with multiple poll processes running conccurently.
Note again that this is called from within a separate thread so that if your poll processing takes longer than a poll interval you can end up with multiple poll processes running concurently.

#### CUSTOMPARAMS / CUSTOMTYPEDDATA
Whenever the user saves configuration data from the Polyglot dashboard UI a message is sent to the interface with the updated data. The interface then publishes this updated data via the `CUSTOM PARAMS` and `CUSTOMTYPEDDATA` events.
Whenever the user saves configuration data from the Polyglot dashboard UI a message is sent to the interface with the updated data. The interface then publishes this updated data via the `CUSTOMPARAMS` and `CUSTOMTYPEDDATA` events

This means you don't need to tell the user to restart the node server after updating the configuration data.

Expand Down