diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-01-13 19:12:12 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-01-13 19:12:12 -0800 |
| commit | 3f4e2c33a4c2719388d9378def981688fcaed210 (patch) | |
| tree | 01928a9347ca2dc18478da4107365a968637ccf5 /Hotline/macOS/ServerView.swift | |
| parent | 2f210991684c87073dd7534d2d0416d91cf50275 (diff) | |
Rewrite HotlineClient to use new simpler NetSocket stream based socket lib. Seems to be working well and has fixed some connection issues with certain servers. This does away with Apple's NWConnection for everything but file transfers which I still want to be processing on another thread so will keep NWConnection for now.
Diffstat (limited to 'Hotline/macOS/ServerView.swift')
| -rw-r--r-- | Hotline/macOS/ServerView.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Hotline/macOS/ServerView.swift b/Hotline/macOS/ServerView.swift index b21e4fb..7571bdf 100644 --- a/Hotline/macOS/ServerView.swift +++ b/Hotline/macOS/ServerView.swift @@ -448,7 +448,6 @@ struct ServerView: View { model.disconnect() } else { - print("GETTING USER LIST????!") sendPreferences() model.getUserList() model.downloadBanner() |