inProgress-team / inProgress-team/react-native-meteor

why insert or update sometimes can not callback

Open
#193 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
688
Forks
200
PR merge metrics
No merged PRs in 30d

Description

```
Meteor.waitDdpConnected(()=>{
Meteor.call('/'+name+'/update', {_id: id}, modifier, err => {
//not in here
if(err) {
return callback(err);
}
callback(null, id);
});
});
```

never callback and i debug on result ,not in too

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.