mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 11:22:42 -06:00
hide QUEUE msgs again oops
This commit is contained in:
parent
b3ead0cc34
commit
0a52b2c12a
2 changed files with 6 additions and 6 deletions
2
apns.py
2
apns.py
|
@ -88,7 +88,7 @@ class APNSConnection:
|
|||
|
||||
if payload is not None:
|
||||
#print("QUEUE: Received payload: " + str(payload))
|
||||
print("QUEUE: Received payload type: " + hex(payload[0]))
|
||||
#print("QUEUE: Received payload type: " + hex(payload[0]))
|
||||
self.incoming_queue.append(payload)
|
||||
# print("QUEUE: Thread ended")
|
||||
|
||||
|
|
10
demo.py
10
demo.py
|
@ -163,13 +163,13 @@ def lookup(topic:str, users: list[str]):
|
|||
#time.sleep(5) # Let the server send us any messages it was holding
|
||||
#conn.sink() # Dump the messages
|
||||
|
||||
#lookup("com.apple.madrid", ["mailto:jjtech@jjtech.dev"])
|
||||
#lookup("com.apple.private.alloy.facetime.multi", ["mailto:jjtech@jjtech.dev"])
|
||||
lookup("com.apple.madrid", ["mailto:jjtech@jjtech.dev"])
|
||||
lookup("com.apple.private.alloy.facetime.multi", ["mailto:jjtech@jjtech.dev"])
|
||||
|
||||
# lookup("com.apple.private.alloy.facetime.multi", ["mailto:user_test2@icloud.com"])
|
||||
# lookup("com.apple.madrid", ["mailto:user_test2@icloud.com"])
|
||||
lookup("com.apple.private.alloy.facetime.multi", ["mailto:user_test2@icloud.com"])
|
||||
lookup("com.apple.madrid", ["mailto:user_test2@icloud.com"])
|
||||
|
||||
# lookup("com.apple.private.alloy.multiplex1", ["mailto:user_test2@icloud.com"])
|
||||
lookup("com.apple.private.alloy.multiplex1", ["mailto:user_test2@icloud.com"])
|
||||
|
||||
lookup("com.apple.private.alloy.screensharing", ["mailto:user_test2@icloud.com"])
|
||||
|
||||
|
|
Loading…
Reference in a new issue