Merge branch 'master' into max-stream-peer-servers

This commit is contained in:
Janos Guljas
2018-09-27 09:43:00 +02:00
20 changed files with 224 additions and 75 deletions

View File

@@ -642,7 +642,7 @@ func (c *clientParams) clientCreated() {
// Spec is the spec of the streamer protocol
var Spec = &protocols.Spec{
Name: "stream",
Version: 6,
Version: 7,
MaxMsgSize: 10 * 1024 * 1024,
Messages: []interface{}{
UnsubscribeMsg{},