Skip to content

id returned after successful sending of message is not handling % symbol in the id #6

@darthmarcos

Description

@darthmarcos

the ids I'm getting back from gcm appear to have % symbol in them which are then getting converted into some other character

it looks like the following line:

data = querystring.parse(data, '\n', '=');

in Sender.js is converting this id:

"id": "0:1390526055348872%f01ef39a6d1ff8f2"

into this id:

"id": "0:1390526110153868�1ef39a6d1ff8f2"

could be a bug in querystring?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions