arunoda / meteor-ddp-analyzer

Simple DDP Proxy which logs DDP messages
MIT License
150 stars 19 forks source link

App fails to run with ERR_CONNECTION_REFUSED from http://localhost:3030/sockjs/info?cb=someid #11

Closed kandizzy closed 9 years ago

kandizzy commented 9 years ago

Hi there,

I've been having some trouble with the DDP analyzer. After a few edits to the application I start to get a very long delay before the content refreshes in the browser so I can see my changes. Because of this I tried to stop the ddp analyzer and just launch my application in the standard way. However, now when the app doesn't run at all, the above error prints to console.

Is there another step to remove the proxy?

I'm also using Kadira and I can't find anything to indicate what the long wait time is.

Thanks for your help.

kandizzy commented 9 years ago

Answering my own question, but clearing DDP_DEFAULT_CONNECTION_URL works. It a great tool though, would love to know why it eventually slows down.