JSteunou / webstomp-client

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

headerLines.reverse() error in stomp.js #63

Closed kashsbd closed 6 years ago

kashsbd commented 6 years ago

undefined is not a function (evaluating 'headerLines.reverse()typeof Symbol === 'function' ? Symbol.iterator :'@@iterator'')

When I connect two android devices simultaneously, I encounter this error.

Please help me!

Thanks in advance.

JSteunou commented 6 years ago

maybe you should find by yourself first why you have an undefined value. This tool can help https://developers.google.com/web/tools/chrome-devtools/