core: test group members are assigned different LDNs in group when direct connections aren't created

This commit is contained in:
spaced4ndy
2023-09-15 15:09:45 +04:00
parent 8178e8183e
commit 375b167d3e
3 changed files with 84 additions and 12 deletions
+2 -2
View File
@@ -258,8 +258,8 @@ getTermLine cc =
5000000 `timeout` atomically (readTQueue $ termQ cc) >>= \case
Just s -> do
-- remove condition to always echo virtual terminal
when (printOutput cc) $ do
-- when True $ do
-- when (printOutput cc) $ do
when True $ do
name <- userName cc
putStrLn $ name <> ": " <> s
pure s