Skip to content

Commit bdb2b95

Browse files
authored
Mounter needs to susbcribe to hub connection events (#3073)
1 parent 95cfe75 commit bdb2b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/livebook/file_system/mounter.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule Livebook.FileSystem.Mounter do
2727

2828
@impl GenServer
2929
def handle_continue(:boot, state) do
30-
Hubs.Broadcasts.subscribe([:crud, :file_systems])
30+
Hubs.Broadcasts.subscribe([:crud, :file_systems, :connection])
3131
Process.send_after(self(), :remount, state.loop_delay)
3232

3333
{:noreply, mount_file_systems(state, Hubs.Personal.id())}

0 commit comments

Comments
 (0)