Bugfix rpc handshake

This commit is contained in:
9seconds
2018-07-04 11:28:08 +03:00
parent ffa7ef7a0a
commit 90c10519ee
17 changed files with 129 additions and 62 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
package rpc
import "bytes"
import (
"bytes"
)
const (
rpcHandshakeTagLength = 4