skype-clone
skype-clone copied to clipboard
Fix the hack on App.js
On the componentDidMount() there is a function call like:
//FIXME: this is a hack, try to bind socket.io properly with "this"
this.chatMessageHandler(this);
It was a quick solution to the issue of not being able to bind this keyword with socket.io