Bill Mote

Results 7 comments of Bill Mote

Interesting @wohlben. I will raise that with the people writing the endpoint. 204 shouldn't be an issue though (ref. https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/204). It just seems odd that it holds the connection open...

I worked around the issue by adding a `byteCount` check before calling `readAll()`, which is what was getting hung up on the empty response. End of the day, makes my...

I did work around it by not including a body IIRC. Anyone that has this issue will probably find this. Docs seem unnecessary. On Tue, Nov 24, 2020 at 3:03...

When would this apply? The included `marketingcloudsdk.gradle` adds the dependency for you and then the plugin is applied.

Couple of things: 1. The plugin is not currently built with 8.x so the doc should still point to 7.x 2. Setting the push token would be done in the...

That's reasonable. I will discuss this change with Product.