Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
djq2
ECE 428 - Distributed Systems
Commits
f3fe0dc6
Commit
f3fe0dc6
authored
May 02, 2022
by
djq2
Browse files
gas
parent
f2b9c127
Changes
1
Hide whitespace changes
Inline
Side-by-side
mp3/src/servers/server.go
View file @
f3fe0dc6
...
...
@@ -227,6 +227,7 @@ func main() {
}
}
}
wait
<-
true
}(
wait
)
// Send connections
...
...
@@ -306,6 +307,8 @@ func main() {
fmt
.
Println
(
"Servers Connected."
)
<-
wait
// Server network test
// fmt.Println("Address: ")
// for k1, v1 := range addresses{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment