Skip to content

resp.Success = false and resp.Error = NO_ERRORS #55

@pconstantinou

Description

@pconstantinou

The code in client.go says:

	select {
	case r := <-responseChannel:
		resp.Success = false
		resp.AppleResponse = ApplePushResponses[r[1]]
		err = errors.New(resp.AppleResponse)
	case <-timeoutChannel:
		resp.Success = true
	}

Does this set Success to true when the client times out?
I'm getting resp.Success = false and err = NO_ERRORS. I'm not sure how to interpret the results.

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