beamable / BeamableProduct

The beamable product suite including com.beamable, com.beamable.server, microservice base image, portal, the installer, and build scripts
Other
5 stars 0 forks source link

fixes 3335 - usam refresh button broken, and some speed improvements #3354

Closed cdhanna closed 3 months ago

cdhanna commented 4 months ago

When you click refresh, we need to re-init, not just refresh the services; this is because the refresh function relies on variables destroyed by the domain reload.

Also, I added in the log EOF thing for CLI invocations, to allow for the SDK client to stop caring about process handles after they receive the EOF signal.

Also also, We were doing to recursive file scans, and I combined them into one, which saved about 250ms on my machine (each recursive scan took 250ms, so cutting one was good).

github-actions[bot] commented 4 months ago

Lightbeam link

github-actions[bot] commented 3 months ago

Lightbeam link