Skip to content

Utilities. logicalResponseFor doesn't work correctly #1

@oujinliang

Description

@oujinliang

In file / src / main / java / com / notnoop / mpns / internal / Utilities.java
Line 117, I think the statement 'r.getNotificationStatus()' should be 'r.getDeviceConnectionStatus():

       if (r.getDeviceConnectionStatus() != null
            && !r.getNotificationStatus().equals(headerValue(response, "X-DeviceConnectionStatus"))) {
            continue;
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions