If you use conduit.register_callback_for_name(name, fn) in a python bridge script, and name is not a real variable (i.e. when I mistype the variable name, including case changes), it triggers a crash. The server hangs opaquely - it keeps spitting out ‘Received new codec, updating registry’ and grows in memory without bound.
This is with a nightly from late Dec. If you’d prefer I can try to come up with a reduced example and test on a new version but I won’t have time for that in the next few weeks.
Mark