Guest User

Untitled

a guest
Nov 19th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. sendMessage = () => {
  2. this.state.hubConnection
  3. .invoke('sendToAll', this.state.nick, this.state.message)
  4. .catch(err => console.error(err));
  5.  
  6. this.setState({message: ''});
  7. };
Add Comment
Please, Sign In to add comment