adonisjs / adonis-websocket-client

Websocket client for AdonisJs framework.
52 stars 48 forks source link

Use adonis-websocket-client with Web Worker #74

Open zhurlik opened 3 years ago

zhurlik commented 3 years ago

Hi,

I have ran into the issue when using adonis-websocket-client inside Web Workers, this is due to the fact that the Worker doesn't have window variable.

Thanks, Vlad