Niels Abildgaard
Niels Abildgaard
Hi @brunolemos , Can you show us the exact error message? And could you maybe show us the lines around the `sendNoRetry` call? Have you defined `message` as a `const`?...
Also, apparently this error can happen when assigning something to a name used by a function (see https://github.com/babel/babel/issues/4166). Could this be the case anywhere in your code?
That seems a bit odd imo! Were they two separate senders? Their state shouldn't be constant afaik. I would love to see a stack trace on this, or the code...
(So we can figure out exactly what went wrong and get it fixed!)
@eladnava I think we are probably going to split the Sender file at some point, so it will make more sense. You are right: right now it is very silly....
@eladnava haha yeah, I'm not saying "let's wait for a long time" --- just until we are a bit further with the new v1 interface :smile: We have eliminated a...
Published `1.0.0-alpha.1` :smile:
How will we handle users warning to send to topics fitting a condition?
@eladnava Currently we do not have to. Topics are passed to the `to` field, just like a single registration token should be. This was done to move closer to the...
That would definitely be one option :smile: it's quite verbose, but I guess that the simple string and array options will be the common cases, and they will still be...