Skip to content

[Error: socket hang up] code: 'ECONNRESET'  #1

@pmudahar

Description

@pmudahar

I have the following code:

firebase.get(ref)

.then(function(data){
    //stuff
})

.fail(function(err){
    console.log('ERROR: ', err);
});

When I run this with a number of queries, atleast once it fails and I get ERROR: { [Error: socket hang up] code: 'ECONNRESET' }

Any ideas why?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions