Commit 16c1d27
authored
Fix create_or_join to check for existing session before auto-suffixing (#11)
The auto-suffix feature caused create_or_join to create a new suffixed
session instead of joining the existing one. Check if the session
already exists upfront and return early if so.1 parent 4856576 commit 16c1d27
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
977 | 977 | | |
978 | 978 | | |
979 | 979 | | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
980 | 986 | | |
981 | 987 | | |
982 | 988 | | |
983 | | - | |
984 | | - | |
985 | 989 | | |
986 | 990 | | |
987 | 991 | | |
| |||
0 commit comments