|
|
|
|
|
by Asmod4n
1941 days ago
|
|
With this approach you can keep all of the traffic inside a WebWorker, so nothing blocks.
You also get the benefit of not having to open a new connection for every request and automatic reconnects when someting goes wrong. The connection is most likely already established before you even need it. |
|