afrad / angular2-websocket

Websocket wrapper for angular2 based on angular-websocket
Apache License 2.0
210 stars 84 forks source link

Resolve issue #61 #65

Closed raugaral closed 7 years ago

raugaral commented 7 years ago

got "Socket connection has been closed" while sending data and the socket is open. https://github.com/afrad/angular2-websocket/issues/61

afrad commented 7 years ago

Merged thank you

ssougnez commented 7 years ago

Hi,

when will it be published on npm? I'm using the library via npm and this fix also fix another issue I have when sending "Direct" message. I'd like to use the "official" package and not the one I modified (that gets overriden by yarn everytime I do something with it ^^)

Thanks