Support MSG_WAIT_TIMEOUT

This commit is contained in:
Ali
2021-07-02 17:58:30 +04:00
parent a4b40dd216
commit 9e9af96594
7 changed files with 84 additions and 22 deletions

View File

@@ -210,7 +210,7 @@ public class BoxedMessage: NSObject {
public class Serialization: NSObject, MTSerialization {
public func currentLayer() -> UInt {
return 130
return 131
}
public func parseMessage(_ data: Data!) -> Any! {