Rodrigo Boratto

Results 12 issues of Rodrigo Boratto

There is a new [msgpack](https://github.com/butlermatt/msgpack2) flutter library, so I used this one and implemented the new hub protocol. I'm using it here, on my project, but only for Byte[] encoding/decoding......

- [X] Do only one thing - [X] Non breaking API changes - [X] Tested (cockroachdb only) ### What did this pull request do? Solves issue #120 ### User Case...

I'm not an Android developer, but I was having issues because of the OLD lib version 2.0.76. So, based on this issue #380, I'm creating a PR just to change...

**Describe the bug** Sometimes the message sent arrives more than once on the server side. I can't reproduce the problem, it is happening with some of my clients, currently between...

bug

The idea here is to implement a way to post the logger message on other places, instead of just console. So I created two new options: - customPrintLogMessage: function -...

This is the fix for #594 . Since it is not possible to identify when the proxy server closes if it get disconnected, the only way I have found is...

I'm using this library with `-race` and Go warned me about some possible race conditions. This commit fixes it. All tests are still working. :1st_place_medal:

I understand the usually we test the DB in a different environment, but here we do that in a more production-like environment, using certifications in a secure environment. Would be...

When I send a push using the Deeplink/URL option, it works for me using the `getInitialUrl`, but when sending a key/value together with the push, and the App is killed,...