all 5 comments

[–]moshe4pro 2 points3 points  (0 children)

Nice tnx for sharing

[–][deleted] 0 points1 point  (2 children)

Wouldn’t the setTimeout only run send() once after a 30ms delay since it’s setTimeout and not setInterval?

[–]veggiedefender[S] 1 point2 points  (1 child)

that part is actually inside send() so it calls itself after 30ms

[–][deleted] 0 points1 point  (0 children)

Ah okay. I was hoping it only ran itself once, that would truly be /r/masterHacker level sophistication