Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sommerda committed Sep 23, 2018
1 parent 32a3b1b commit 597e831
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions privacy_webpage/webpage/bucketserver/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ def receive(self, text_data):

# we are done
self.send_console_output("Done")

# improper, but I do not know another way to verify that all messages have been sent
sleep(0.5)

self.close()

# parses parameters and decides if all required parameters have been received.
Expand Down

0 comments on commit 597e831

Please sign in to comment.