Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
private onConnection(): void {
this.props.dispatch(
NetActions.connect({
server: this.server,
host: this.host,
replicated: AppReplicatedState as ReplicatedState
})
)
this.setState({ connected: true })
}