Max Liashuk

Results 117 comments of Max Liashuk

@ReazerDev In v5 decorator is supposed to be imported from the sub-path: ```js import { Socket } from 'vue-socket.io-extended' // v4 import Socket from 'vue-socket.io-extended/decorator' // v5 ``` could you...

@ReazerDev That's weird. How are use transpiling TS in vue files? With typescript or babel? Or maybe something more cutting edge, e.g. esbuild?

Hi, @brunopiaui Which kind of debug do you mean? Socket.io debug can be enabled by typing this line of code in DevTools console or directly in your code. ```js localStorage.debug...

We don't support such logging right now. Can you tell me why it's useful? I will be glad to implement it

Thanks @flamytwista I'll check it out. BTW, add :+1: to the first message if you'd like to see a feature in future versions

Hi @jessepcc and thanks for your issue. I haven't used the library with Vue 3 yet. Neet to take a closer look at new API. Since Vue 3 has been...

@matrunchyk The migration is not hard, I'm just struggle to find enough time to deal with it. BTW in 2020 you don't have to use socket.io anymore since plain websockets...

Thanks guys will try to tackle this during the holiday

I've just published alpha version of the library with Vue 3 support in `alpha` channel. @jnt0r could you check how it work for you? Unfortunately my project at work doesn't...