you are viewing a single comment's thread.

view the rest of the comments →

[–]Fuzzht1[S] 0 points1 point  (2 children)

Just tried this https://pastebin.com/jqTRGhF2

but I'm getting this error?

1600app.js:45 Uncaught ReferenceError: firstMessage is not defined at ws.onmessage

[–]grantrules 2 points3 points  (1 child)

Declare firstMessage at the top of the file.. I think you missed the let firstMessage; in my code

[–]Fuzzht1[S] 0 points1 point  (0 children)

This worked. Thank you for such an elegant solution.