Add stream=True #45
This commit is contained in:
parent
4f7605c0b3
commit
5f7937dc1e
15 changed files with 29 additions and 394 deletions
|
|
@ -12,6 +12,7 @@ from .exceptions import ConnectionError, TimeoutError, PacketError
|
|||
from .transports import _get_response, _negotiate_transport, TRANSPORTS
|
||||
|
||||
|
||||
__version__ = '0.5.4'
|
||||
_SocketIOSession = namedtuple('_SocketIOSession', [
|
||||
'id',
|
||||
'heartbeat_timeout',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue