Skip to content

Commit

Permalink
Suggestion for network
Browse files Browse the repository at this point in the history
  • Loading branch information
westphae committed Jul 15, 2016
1 parent d91a2a1 commit c201bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/network.go
Expand Up @@ -138,6 +138,7 @@ func sendToAllConnectedClients(msg networkMessage) {
_, err := netconn.Conn.Write(msg.msg) // Write immediately.
if err != nil {
log.Printf("GDL Message error: %s\n", err.Error())
//TODO: Maybe we should drop the client? Retry first?
}
totalNetworkMessagesSent++
globalStatus.NetworkDataMessagesSent++
Expand Down

0 comments on commit c201bdc

Please sign in to comment.