From 119fe356ad7c5aea80b41d71356305b1783c5657 Mon Sep 17 00:00:00 2001 From: Amit Bezalel Date: Sat, 15 Jul 2017 08:22:10 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e343824..05ec482 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Encoding implementations do not decode pixel information, since this is not requ This listener system was chosen over direct use of channels, since it allows the listening side to decide whether or not it wants to run in parallel, in contrast having channels inside the server/client objects which require you to create go routines (this creates problems when using go's native websocket implementation) + The Recorder uses channels and runs in parallel to avoid hampering the communication through the proxy. **Player**