2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-02 17:28:32 +00:00

Restore debugger eventlet backdoor comment per maintainer request

This commit is contained in:
Vinícius Ferrão
2026-05-05 17:11:22 -03:00
parent 1964d4a4ca
commit 5e26f48e10
+2
View File
@@ -5,6 +5,8 @@ import socket
import sys
import confluent.tasks as tasks
#this will ultimately fill the role of the 'backdoor' of eventlet
# since we have to asyncio up the input and output, we use InteractiveInterpreter and handle the
# input ourselves, since code is not asyncio friendly in and of itself
#code.InteractiveConsole().interact()