no message

This commit is contained in:
Peter
2016-04-18 01:03:09 +03:00
parent 6b448b809b
commit 93b8ccac9d
20 changed files with 859 additions and 115 deletions

View File

@@ -27,7 +27,6 @@ public struct MessageId: Hashable, Comparable, CustomStringConvertible {
}
public init(_ buffer: ReadBuffer) {
var peerIdNamespaceValue: Int32 = 0
memcpy(&peerIdNamespaceValue, buffer.memory + buffer.offset, 4)
var peerIdIdValue: Int32 = 0