triniwiz / nativescript-socketio

Socket.IO for nativescript
Apache License 2.0
71 stars 31 forks source link

typo disconnect method #15

Closed developper89 closed 8 years ago

developper89 commented 8 years ago

disconnect(): void { this.socket.disconect(); }

should be disconnect(): void { this.socket.disconnect(); }

triniwiz commented 8 years ago

Thanks for pointing that out it is fixed in https://github.com/triniwiz/nativescript-socketio/commit/3a56c1fd84bd9f9ac21530fc01566939852918d8