Code

Make sure to not use a client connection multiple times in parallel.
authorSebastian Harl <sh@tokkee.org>
Thu, 20 Nov 2014 22:35:27 +0000 (23:35 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 20 Nov 2014 22:35:27 +0000 (23:35 +0100)
commit0165ca40e00d8bc25b29edd145d394a4f78692dc
tree6ff84399104fe0c8fc638b5bf07b1c3e915d7c11
parent97fc96d8f8b5ac83ade0af269ccb98cb1a2abdf0
Make sure to not use a client connection multiple times in parallel.

That's not supported by the client at the moment. Instead, use multiple
connections. That's a bit of a hack but the server can easily handle many idle
connections.
main.go
server/server.go