Skip to content

Commit

Permalink
Correct example to write client instead of server [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust authored and Ary Borenszweig committed Nov 26, 2016
1 parent 9446b22 commit 0932cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socket/tcp_server.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require "./tcp_socket"
# loop do
# server.accept do |client|
# message = client.gets
# server << message # echo the message back
# client << message # echo the message back
# end
# end
# ```
Expand Down

0 comments on commit 0932cf0

Please sign in to comment.