This repository was archived by the owner on Mar 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Agent
Johan Sundén edited this page Nov 7, 2016
·
6 revisions
The Agent class is not a React Component. Both of the Application and Widget class extends React. Therefore none of the React Component Lifecycle functions is available.
close() {
// This is where you should for example close connections or clear intervals.
}
Function that is called before agent is unregistered.