pull/238/head
Shelikhoo 2016-08-15 18:59:50 +08:00
parent 4c093a2107
commit e382eaa59f
No known key found for this signature in database
GPG Key ID: 7791BDB0709ABD21
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ func (ws *wsconn) setup() {
https://godoc.org/github.com/gorilla/websocket#Conn.NextReader
https://godoc.org/github.com/gorilla/websocket#Conn.NextWriter
Both Read and write access are exclusive.
Both Read and write access are both exclusive.
And in both case it will need a lock.
*/