Hi,
I am exploring the capabilities of useWorker and wanted to know if it's possible to use WebSocket within the worker. Specifically, can useWorker facilitate bidirectional communication with a WebSocket server, and if so, are there any examples or guidelines for implementing this?
If WebSocket is not supported directly, is there a recommended way to achieve this functionality in conjunction with useWorker?
Thank you!
Hi,
I am exploring the capabilities of useWorker and wanted to know if it's possible to use WebSocket within the worker. Specifically, can useWorker facilitate bidirectional communication with a WebSocket server, and if so, are there any examples or guidelines for implementing this?
If WebSocket is not supported directly, is there a recommended way to achieve this functionality in conjunction with useWorker?
Thank you!