Skip to content

Commit

Permalink
remove old beta ack method
Browse files Browse the repository at this point in the history
  • Loading branch information
mdupuy committed Jul 21, 2018
1 parent c5d09c4 commit 91923cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
*.pem
*.rtf
service_account.json
service_account.json
.DS_Store
2 changes: 1 addition & 1 deletion joystick/server_relay.py
Expand Up @@ -148,7 +148,7 @@ def callback(message):

while(True):
time.sleep(60)
subscription.acknowledge([ack_id for ack_id, message in results])
#subscription.acknowledge([ack_id for ack_id, message in results])


def parse_command_line_args():
Expand Down

0 comments on commit 91923cd

Please sign in to comment.