Antonio Scandurra
5eb1719ab8
Re-send worktree if reconnecting while initial scan isn't finished yet
...
Previously, if the client was disconnected while the initial worktree
state was being sent, it would not see the remaining state after reconnecting.
This was due to `scan_id` and `completed_scan_id` both being initialized to
`0`, so the client would ask for updates since `0` and get nothing.
This commit changes the worktree to initialize `scan_id` to `1` and
`completed_scan_id` to `0`, so that we get the full worktree again on reconnect.
2023-04-11 17:15:43 +02:00
..
2023-04-07 11:45:53 -06:00
2023-01-23 12:47:12 -08:00
2023-04-07 11:45:53 -06:00
2023-04-07 11:45:53 -06:00
2023-04-10 08:45:22 +02:00
2023-03-28 09:42:00 -07:00
2023-04-10 08:45:22 +02:00
2023-01-23 12:47:12 -08:00
2023-04-11 16:33:08 +02:00
2023-04-07 11:45:53 -06:00
2023-03-28 20:13:17 -07:00
2023-04-06 15:54:44 -06:00
2023-04-07 11:45:53 -06:00
2023-04-07 11:45:53 -06:00
2023-04-07 11:45:53 -06:00
2023-04-06 15:49:03 -06:00
2023-04-07 11:45:53 -06:00
2023-04-07 11:45:53 -06:00
2023-04-07 11:45:53 -06:00
2023-04-07 11:45:53 -06:00
2023-04-06 15:49:03 -06:00
2023-04-03 22:42:34 -07:00
2023-01-23 12:47:12 -08:00
2023-02-27 12:06:10 -08:00
2023-01-23 12:47:12 -08:00
2023-04-06 15:49:03 -06:00
2023-04-11 10:43:05 +02:00
2023-04-03 18:16:08 -07:00
2023-03-07 12:19:51 -08:00
2023-04-06 15:49:03 -06:00
2023-04-10 17:03:58 -07:00
2023-04-07 11:45:53 -06:00
2023-04-06 15:49:03 -06:00
2023-03-28 09:42:00 -07:00
2023-04-03 20:12:26 +02:00
2023-01-23 12:47:12 -08:00
2023-01-23 12:47:12 -08:00
2023-03-28 10:27:31 -07:00
2023-04-06 15:49:03 -06:00
2023-04-07 11:45:53 -06:00
2023-03-28 09:42:00 -07:00
2023-03-28 09:42:00 -07:00
2023-03-28 09:42:00 -07:00
2023-04-11 17:15:43 +02:00
2023-04-07 11:45:53 -06:00
2023-04-06 15:49:03 -06:00
2023-04-06 15:54:44 -06:00
2023-03-20 19:29:22 +01:00
2023-04-11 08:50:26 +02:00
2023-04-07 11:45:53 -06:00
2023-04-06 15:49:03 -06:00
2023-01-23 12:47:12 -08:00
2023-02-13 13:50:37 -08:00
2023-01-23 12:47:12 -08:00
2023-04-06 15:54:44 -06:00
2023-01-23 12:47:12 -08:00
2023-04-07 11:45:53 -06:00
2023-04-07 11:45:53 -06:00
2023-04-10 17:03:58 -07:00
2023-04-07 11:45:53 -06:00
2023-04-06 15:49:03 -06:00
2023-04-06 15:49:03 -06:00
2023-04-05 15:55:44 +02:00
2023-04-06 16:10:39 -06:00
2023-04-06 15:54:44 -06:00
2023-04-10 12:54:25 -07:00
2023-04-07 14:32:14 -04:00