JSteunou / webstomp-client

Stomp client over websocket for browsers
Apache License 2.0
299 stars 59 forks source link

Export Frame helper class #59

Closed ms88privat closed 7 years ago

ms88privat commented 7 years ago

Thanks for this great library!

We are using it with the stomp protocol. It expects to receive a special 'CONNECTED' frame which I try to send with the mockServer. It would be great to be able to use the already existing frame class for this.

ms88privat commented 7 years ago

Done, thanks 👍

ms88privat commented 7 years ago

@JSteunou haha, I just realised what I did here. My mind was by the other package: https://github.com/thoov/mock-socket. There you can send messages via a mockServer. But of course, the change has to be done here, so everything is correct in the end, but I think it did sound strange to you 🤣

ms88privat commented 7 years ago

@JSteunou Could you please publish 1.2.1 :)? Thank you very much