inProgress-team / inProgress-team/react-native-meteor
why insert or update sometimes can not callback
Open
- 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.