Skip to content

Instantly share code, notes, and snippets.

@jsn
Created October 19, 2017 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsn/490e26c0497ac1ba6c715a2105a86875 to your computer and use it in GitHub Desktop.
Save jsn/490e26c0497ac1ba6c715a2105a86875 to your computer and use it in GitHub Desktop.
crystal lang *Server bug
# compile with --release, connect with netcat: nc localhost 12300, try multiple times
require "socket"
TCPServer.new(12300, reuse_port: true).accept.puts "hi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment