You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IIUC, the current debugpyClient communicates with debugpy via a TCP connection. However, due to security limitations in our use case, we are unable to use network sockets for the communication.
I understand debugpy currently only supports TCP connections, but I have proposed an issue for debugpy to accept UDS as well(link). If they are onboard with this, can we update ipykernel logic to use UDS instead of TCP? Or will there be any concerns there?
The text was updated successfully, but these errors were encountered:
IIUC, the current debugpyClient communicates with debugpy via a TCP connection. However, due to security limitations in our use case, we are unable to use network sockets for the communication.
I understand debugpy currently only supports TCP connections, but I have proposed an issue for debugpy to accept UDS as well(link). If they are onboard with this, can we update ipykernel logic to use UDS instead of TCP? Or will there be any concerns there?
The text was updated successfully, but these errors were encountered: