author | Sebastian Harl <sh@tokkee.org> | |
Thu, 20 Nov 2014 22:35:27 +0000 (23:35 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 20 Nov 2014 22:35:27 +0000 (23:35 +0100) | ||
commit | 0165ca40e00d8bc25b29edd145d394a4f78692dc | |
tree | 6ff84399104fe0c8fc638b5bf07b1c3e915d7c11 | tree | snapshot |
parent | 97fc96d8f8b5ac83ade0af269ccb98cb1a2abdf0 | commit | diff |
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.
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 | diff | blob | history | |
server/server.go | diff | blob | history |