Updates to get XHR polling working correctly. Mostly encode/decode issues.
This commit is contained in:
parent
2d1257bf8f
commit
f4a96c72d0
3 changed files with 21 additions and 14 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue