Update README.md

This commit is contained in:
Amit Bezalel
2017-07-15 08:22:10 +03:00
committed by GitHub
parent b2e347f54d
commit 119fe356ad

View File

@@ -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**