Andrew Hudak
Results
1
comments of
Andrew Hudak
I've run into this same problem. My current workaround is to directly access the stream within the stomp client and bind to the 'end' event. client.stream.on('end', errorCallback);