command
Version:
v0.0.0-...-6fe4f4e
Opens a new window with list of versions in this module.
Published: May 11, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Exercise 8.13 (P156)
Make the chat server disconnect idle clients, such as those that have sent no messages in the last fine minutes.
Hint: calling conn.Close() in another goroutine unblocks active Read calls such as the one done by input.Scan().
Documentation
¶
Chat is a server that lets clients chat with each other.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.