python-engineio 4.11.1__py3-none-any.whl → 4.11.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- engineio/socket.py +2 -1
- {python_engineio-4.11.1.dist-info → python_engineio-4.11.2.dist-info}/METADATA +1 -1
- {python_engineio-4.11.1.dist-info → python_engineio-4.11.2.dist-info}/RECORD +6 -6
- {python_engineio-4.11.1.dist-info → python_engineio-4.11.2.dist-info}/LICENSE +0 -0
- {python_engineio-4.11.1.dist-info → python_engineio-4.11.2.dist-info}/WHEEL +0 -0
- {python_engineio-4.11.1.dist-info → python_engineio-4.11.2.dist-info}/top_level.txt +0 -0
engineio/socket.py
CHANGED
|
@@ -250,6 +250,7 @@ class Socket(base_socket.BaseSocket):
|
|
|
250
250
|
|
|
251
251
|
self.queue.put(None) # unlock the writer task so that it can exit
|
|
252
252
|
writer_task.join()
|
|
253
|
-
self.close(wait=False, abort=True
|
|
253
|
+
self.close(wait=False, abort=True,
|
|
254
|
+
reason=self.server.reason.TRANSPORT_CLOSE)
|
|
254
255
|
|
|
255
256
|
return []
|
|
@@ -12,7 +12,7 @@ engineio/middleware.py,sha256=5NKBXz-ftuFErUB_V9IDvRHaSOsjhtW-NnuJtquB1nc,3750
|
|
|
12
12
|
engineio/packet.py,sha256=Tejm9U5JcYs5LwZ_n_Xh0PIRv-U_JbHwGEivNXQN4eg,3181
|
|
13
13
|
engineio/payload.py,sha256=GIWu0Vnay4WNZlDxHqVgP34tKTBXX58OArJ-mO5zD3E,1539
|
|
14
14
|
engineio/server.py,sha256=4_xdtH0tyusigQurwOeDFrHtodthFTOIbOVZ-_ckh5U,22957
|
|
15
|
-
engineio/socket.py,sha256=
|
|
15
|
+
engineio/socket.py,sha256=Oaw1E7ZDyOCaS7KV151g1u9rqOf1JJHh5gttEU0cSeA,10342
|
|
16
16
|
engineio/static_files.py,sha256=pwez9LQFaSQXMbtI0vLyD6UDiokQ4rNfmRYgVLKOthc,2064
|
|
17
17
|
engineio/async_drivers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
engineio/async_drivers/_websocket_wsgi.py,sha256=LuOEfKhbAw8SplB5PMpYKIUqfCPEadQEpqeiq_leOIA,949
|
|
@@ -24,8 +24,8 @@ engineio/async_drivers/gevent_uwsgi.py,sha256=m6ay5dov9FDQl0fbeiKeE-Orh5LiF6zLlY
|
|
|
24
24
|
engineio/async_drivers/sanic.py,sha256=GYX8YWR1GbRm-GkMTAQkfkWbY12MOT1IV2DzH0Xx8Ns,4495
|
|
25
25
|
engineio/async_drivers/threading.py,sha256=ywmG59d4H6OHZjKarBN97-9BHEsRxFEz9YN-E9QAu_I,463
|
|
26
26
|
engineio/async_drivers/tornado.py,sha256=mbVHs1mECfzFSNv33uigkpTBtNPT0u49k5zaybewdIo,5893
|
|
27
|
-
python_engineio-4.11.
|
|
28
|
-
python_engineio-4.11.
|
|
29
|
-
python_engineio-4.11.
|
|
30
|
-
python_engineio-4.11.
|
|
31
|
-
python_engineio-4.11.
|
|
27
|
+
python_engineio-4.11.2.dist-info/LICENSE,sha256=yel9Pbwfu82094CLKCzWRtuIev9PUxP-a76NTDFAWpw,1082
|
|
28
|
+
python_engineio-4.11.2.dist-info/METADATA,sha256=WfrX2DOOQdxr6FoiFDIuNe8lorFgUdilJYBfWuD2-Kw,2237
|
|
29
|
+
python_engineio-4.11.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
30
|
+
python_engineio-4.11.2.dist-info/top_level.txt,sha256=u8PmNisCZLwRYcWrNLe9wutQ2tt4zNi8IH362c-HWuA,9
|
|
31
|
+
python_engineio-4.11.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|