Kanailal Manna

Results 12 comments of Kanailal Manna

Hello, I'm trying to figure it out. Let's see what is happening.

Main cause of this issue is : ``` Circular dependency: src/ws/websocket.ts -> src/api/extensions.ts -> src/ws/websocket.ts ``` @jouni-kantola I'm getting this point that there is a circular dependency between `src/ws/websocket.ts` and...

Thanks @monsterkodi for addressing the second problem, let me figure it out

@monsterkodi you are right. It seems like need to update `rollup` library

@Fabien-B The error message `ECONNREFUSED` typically means that a TCP connection attempt was refused by the server you should try using `sudo`

@shalithasuranga please assign this issue to me my approach: add a support system for proxy setting to download

@shalithasuranga It seems like if the file size is big then this kind of issue occurring My approach is to divide the data into small chunks and then send it...

@orizzontiholding is your websocket connected properly?

Hey, @shalithasuranga @orizzontiholding The code is properly working, I think using `async/await` this problem will be solved ``` async saveData() { try { await os.showNotification('Success', 'Dati salvati correttamente'); } catch...

I want to fixed this issue . please give accept my PR which I will send you