Giter Club home page Giter Club logo

Comments (4)

muccy avatar muccy commented on July 24, 2024

I have the same problem here.

I changed code as follows in order to debug

while data = sock.read(38) 
 puts "\n\n#{data.length}\n"
 idx = 0
 data.each_byte do |c| 
  puts "byte #{idx}: #{c}"
  idx = idx + 1
 end
end

I receive only 37 bytes!

byte 0: 21
byte 1: 3
byte 2: 1
byte 3: 0
byte 4: 32
byte 5: 104
byte 6: 44
...

Please note that it seems it is first byte missing, because 0, 32 should be at bytes 4, 5 according APNS Feedback tuple format

from apns.

muccy avatar muccy commented on July 24, 2024

I solved reading from SSL socket
muccy@4d62a3f

from apns.

NicosKaralis avatar NicosKaralis commented on July 24, 2024

i still cant read the feedback from my app
on your code and on the "official" code

it just returns a empty array all the time

from apns.

jShaf avatar jShaf commented on July 24, 2024

Same issue here. I get no feedback (empty).

from apns.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.