stomp-js
stomp-js copied to clipboard
problem with send on ie8
I've noticed that ie8 fails when it tries to send a message. When the function sizeOfUTF8 is called ie8 dies on the encodeURI(s).split(/%..|./).length-1
When split is called it returns nothing.