2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-05-01 04:47:45 +00:00

Fix missing rsp on return

This commit is contained in:
Jarrod Johnson
2026-04-29 11:41:33 -04:00
parent 78e5301ff8
commit ae5afc526a

View File

@@ -573,7 +573,7 @@ async def wsock_handler(req):
myconsoles[cons].destroy()
if asess:
asess.destroy()
return
return rsp
if '/console/session' in ws.path or '/shell/sessions/' in ws.path:
def datacallback(data):
ws.send(websockify_data(data))