Updates to get XHR polling working correctly. Mostly encode/decode issues.

This commit is contained in:
Sean Arietta 2014-12-22 22:08:15 -08:00
commit f4a96c72d0
3 changed files with 21 additions and 14 deletions

View file

@ -234,8 +234,3 @@ def decode_packet(packet):
else:
import ipdb; ipdb.set_trace();
pass;
def encode_packet_string(code, path, data):
"""Encodes packet to be sent to socket.io server.
"""