stomp-js / stomp-websocket

Stomp client for Web browsers and node.js apps
https://stomp-js.github.io/stomp-websocket/
Apache License 2.0
141 stars 36 forks source link

add closeCallback to connect definition #40

Closed rulonder closed 6 years ago

rulonder commented 6 years ago

The closeCallback argument for the connect method is not available in the typsescript definitions this creates an error when trying to use it in typescript.

image

kum-deepak commented 6 years ago

Fixed by #39