Huberto Kaiser Filho

Results 4 issues of Huberto Kaiser Filho

Can you release a new version to NPM?

**Describe the bug** This is my controller: ``` user = User.objects.get(id=user_id) company = Company(**body) company.save() user.update(push__companies=company.id) ``` I create a company and push its ID to user companies array. This...

Hey, I guess that when peer discover another by bootstrapper, it do not send rpc obj. How can i handle that?