vkottler / runtimepy

A framework for implementing Python services.
MIT License
1 stars 0 forks source link

Un-register peer process channel environments when the peer process exits, disconnect active UI clients to trigger refresh #253

Open vkottler opened 1 month ago

vkottler commented 1 month ago

Initial idea from https://github.com/vkottler/runtimepy/issues/252#issuecomment-2238408612.

Also: invalidate cached Http document mechanism (application structure should be re-built ahead of next client, lazily probably?)

Add a button to "kill" peer processes as well.

vkottler commented 1 month ago

Do https://github.com/vkottler/runtimepy/issues/254 first maybe (more general utility for "one stop shop" application).