Closed NicholasMata closed 12 months ago
I am wondering if the code that gets executed in onmessage, onopen, etc runs on a new thread every time. I know it isn't an issue was just wondering and didn't know where to post
No, it doesn't. Code passed to mentioned callbacks is run on the same thread.
I am wondering if the code that gets executed in onmessage, onopen, etc runs on a new thread every time. I know it isn't an issue was just wondering and didn't know where to post