Midhun Chandran

Results 24 comments of Midhun Chandran

Hi @TheRealNate, Thanks for the quick response, We have checked all three items, all are working fine. We are calling a method call just after resuming the app. There was...

@TheRealNate , Sorry for the late reply, I have tried all steps as you told me. But there is no response from the first method call after resuming the app...

@FaridSafi @spencercarli @sandeepjain @TheRealNate Can anyone help me?

Hi @TheRealNate, this didn't work for me. the meteor connection status is 'connected' while resuming the app. So I think Meteor.waitDdpConnected() has no use here. Can we have any time...

> Hey @midhunchandran97, > > For a method call timeout I could add a add-on package (we try not to deviate from the meteor web spec on the core package),...

Hi @TheRealNate, Sorry, I accidentally closed the issue

> @midhunchandran97 I see, no problem. > > Were you able to try this: > > ``` > Meteor.getData().ddp.socket.rawSocket.onerror = e => console.error(e); > ``` I have tried this, but...

Hi @TheRealNate Sorry for the delayed reply. I have checked the code 1. Result of 'Meteor.getData().ddp.status' is "connected" 2. Log of 'Meteor.getData().ddp' is attached below.

Hi @TheRealNate 1. The result is right after running the first Meteor.call. 2. The first method call never reached the server. I have checked it with a console. nothing shows...