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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user