livebook/lib/livebook_web
José Valim d2344a5c3b
Improve memory tracking and address race conditions (#957)
1. Allow multiple sessions to close or disconnect at once,
     and then request the system resources to be updated

  2. Make sure that closing a session happens synchronously,
     otherwise a race condition could still list the closed
     session in a dashboard

  3. Ensure close and disconnect can happen more than once
     (for example if two users click the same button at the
     same time)
2022-01-30 12:47:50 +01:00
..
channels Introduce broadcast communication from runtime (#845) 2022-01-10 18:38:08 +01:00
controllers Test and typing improvements (#949) 2022-01-29 16:39:41 +01:00
helpers Restructure frame output (#857) 2022-01-16 20:37:00 +01:00
live Improve memory tracking and address race conditions (#957) 2022-01-30 12:47:50 +01:00
plugs Introduce a dedicated channel for JS widget communication (#843) 2022-01-06 16:31:26 +01:00
templates Favicon as png to work on Safari (#920) 2022-01-22 18:15:06 -03:00
views
endpoint.ex Allow LIVEBOOK_PORT to be set to 0 for a random port (#906) 2022-01-21 09:18:02 +01:00
helpers.ex Move from Helpers to Utils and add doctests 2022-01-29 10:39:26 +01:00
router.ex Bulk actions for sessions (#939) 2022-01-28 17:45:04 -03:00
telemetry.ex