Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Fix bug: Namespace switch prevents LT from returning eval result #13

Closed
wants to merge 1 commit into from

Conversation

edwastone
Copy link

If the source file contains errors, namespace switch will fail. Subsequent submission of eval(s) would need to wait for the msgloop to pick up the Exception, otherwise they will be considered to be from the same batch of erroneous submitted source.

This sleep() should not be repeated for each eval, unless the user switch the namespace. As such, I added the check to reduce the latency.

@edwastone edwastone closed this Mar 2, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant