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
- Create a common lock object to be shared between iPythonKernelResponseMonitor and iPythonSocketServer
126
-
- iPythonSocketServer will grab a lock and insert an item into the command ids and then send the code for execution
127
-
- iPythonKernelResponseMonitor will keep going in a nutsy loop and when it gets a message for execution it will take the oldest item from the loop (pop)
128
-
- and send a socket message providing the information (this way we can tie the code to be executed with the message ids)
129
-
- Not the best, but that's how it will have to be done
0 commit comments