Oleksii Gontar
Oleksii Gontar
@davidjbradshaw Thank you for your example it was extremely useful to me. **Maybe** it makes sense to post somewhere(for example on wiki) and refer it in REAME, what do you...
Actually, I think it is expected behavior. Because STOMP doesn't declare how to handle ERROR frames, and that's why src/client.js:136 allow a user to decide how to handle it properly....
@rocketraman There is no way to distinguish ERROR frames. I think it's good idea to have 1 global errorHandler per Client instance.