truss 0.11.1rc8__py3-none-any.whl → 0.11.1rc10__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.
Potentially problematic release.
This version of truss might be problematic. Click here for more details.
- truss/templates/control/control/endpoints.py +2 -0
- truss/templates/control/requirements.txt +1 -1
- {truss-0.11.1rc8.dist-info → truss-0.11.1rc10.dist-info}/METADATA +1 -1
- {truss-0.11.1rc8.dist-info → truss-0.11.1rc10.dist-info}/RECORD +7 -7
- {truss-0.11.1rc8.dist-info → truss-0.11.1rc10.dist-info}/WHEEL +0 -0
- {truss-0.11.1rc8.dist-info → truss-0.11.1rc10.dist-info}/entry_points.txt +0 -0
- {truss-0.11.1rc8.dist-info → truss-0.11.1rc10.dist-info}/licenses/LICENSE +0 -0
|
@@ -160,12 +160,14 @@ async def forward_to_client(client_ws: WebSocket, server_ws: AsyncWebSocketSessi
|
|
|
160
160
|
while True:
|
|
161
161
|
message = await server_ws.receive()
|
|
162
162
|
if isinstance(message, CloseConnection):
|
|
163
|
+
print("RECEIVED CLOSE === ")
|
|
163
164
|
# NB(nikhil): httpx requires explicit confirmation of the close frame.
|
|
164
165
|
if server_ws.connection.state == ConnectionState.REMOTE_CLOSING:
|
|
165
166
|
await server_ws.send(message.response()) # type: ignore[arg-type]
|
|
166
167
|
|
|
167
168
|
raise WebSocketDisconnect(code=message.code, reason=message.reason)
|
|
168
169
|
elif isinstance(message, TextMessage):
|
|
170
|
+
print("TEXT PROXYING === ")
|
|
169
171
|
await client_ws.send_text(message.data)
|
|
170
172
|
elif isinstance(message, BytesMessage):
|
|
171
173
|
await client_ws.send_bytes(message.data)
|
|
@@ -72,9 +72,9 @@ truss/templates/cache_requirements.txt,sha256=xoPoJ-OVnf1z6oq_RVM3vCr3ionByyqMLj
|
|
|
72
72
|
truss/templates/copy_cache_files.Dockerfile.jinja,sha256=Os5zFdYLZ_AfCRGq4RcpVTObOTwL7zvmwYcvOzd_Zqo,126
|
|
73
73
|
truss/templates/docker_server_requirements.txt,sha256=PyhOPKAmKW1N2vLvTfLMwsEtuGpoRrbWuNo7tT6v2Mc,18
|
|
74
74
|
truss/templates/server.Dockerfile.jinja,sha256=CUYnF_hgxPGq2re7__0UPWlwzOHMoFkxp6NVKi3U16s,7071
|
|
75
|
-
truss/templates/control/requirements.txt,sha256=
|
|
75
|
+
truss/templates/control/requirements.txt,sha256=KW7_CqkJnJ57giF9Jg8wSOosqn1kEIoV0i3ngQUPy5w,254
|
|
76
76
|
truss/templates/control/control/application.py,sha256=jYeta6hWe1SkfLL3W4IDmdYjg3ZuKqI_UagWYs5RB_E,3793
|
|
77
|
-
truss/templates/control/control/endpoints.py,sha256=
|
|
77
|
+
truss/templates/control/control/endpoints.py,sha256=IarphOa2oVVx9D5ODmS27DqdUQL_epYgcGGxKsfVVEE,12348
|
|
78
78
|
truss/templates/control/control/server.py,sha256=R4Y219i1dcz0kkksN8obLoX-YXWGo9iW1igindyG50c,3128
|
|
79
79
|
truss/templates/control/control/helpers/context_managers.py,sha256=W6dyFgLBhPa5meqrOb3w_phMtKfaJI-GhwUfpiycDc8,413
|
|
80
80
|
truss/templates/control/control/helpers/custom_types.py,sha256=n_lTudtLTpy4oPV3aDdJ4X2rh3KCV5btYO9UnTeUouQ,5471
|
|
@@ -367,8 +367,8 @@ truss_train/definitions.py,sha256=V985HhY4rdXL10DZxpFEpze9ScxzWErMht4WwaPknGU,67
|
|
|
367
367
|
truss_train/deployment.py,sha256=lWWANSuzBWu2M4oK4qD7n-oVR1JKdmw2Pn5BJQHg-Ck,3074
|
|
368
368
|
truss_train/loader.py,sha256=0o66EjBaHc2YY4syxxHVR4ordJWs13lNXnKjKq2wq0U,1630
|
|
369
369
|
truss_train/public_api.py,sha256=9N_NstiUlmBuLUwH_fNG_1x7OhGCytZLNvqKXBlStrM,1220
|
|
370
|
-
truss-0.11.
|
|
371
|
-
truss-0.11.
|
|
372
|
-
truss-0.11.
|
|
373
|
-
truss-0.11.
|
|
374
|
-
truss-0.11.
|
|
370
|
+
truss-0.11.1rc10.dist-info/METADATA,sha256=VhhRRTySAl9O6RU3G-0hKbvYiZ_eD5xvRJK4vWQGSxs,6673
|
|
371
|
+
truss-0.11.1rc10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
372
|
+
truss-0.11.1rc10.dist-info/entry_points.txt,sha256=-MwKfHHQHQ6j0HqIgvxrz3CehCmczDLTD-OsRHnjjuU,130
|
|
373
|
+
truss-0.11.1rc10.dist-info/licenses/LICENSE,sha256=FTqGzu85i-uw1Gi8E_o0oD60bH9yQ_XIGtZbA1QUYiw,1064
|
|
374
|
+
truss-0.11.1rc10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|