Mehmet Emin İNAÇ
Mehmet Emin İNAÇ
I have same problem.
I've changed the logger of the Transaction class and saw that "message not sent after delay, no longer exists"
I found the problem for sending and receiving message you need to set your application as default messaging application on android.
We are bitten by a similar problem exists in the `grape-entity` gem. I've already proposed a solution for it here: https://github.com/ruby-grape/grape-entity/pull/355. The problem is, `#to_s` and `#message` methods(`name_err_mesg_to_str`) of the...
Thanks for double checking @ldodds. As you've mentioned, this is a problem with Ruby and not `did_you_mean`. I am planning to propose a solution for Ruby like [this](https://github.com/meinac/ruby/commit/f9c1b7a46a9cf2c5950b7096e18cde957db671d0) or at...
can you confirm that you are using aws-sdk gem version 1.6.9 ?