diff --git a/README.md b/README.md index 01d20ca..e565c30 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RTracy server This is server for streaming .utacy files generated by https://github.com/ParadiseSS13/byond-tracy to tracy https://github.com/wolfpld/tracy profiler -Works with Tracy 0.10 (protocol 64) +Works with Tracy 0.11 (protocol 66) This server allow partial streaming of large snapshots to prevent huge memory usage diff --git a/src/server.rs b/src/server.rs index 75c3909..248d312 100644 --- a/src/server.rs +++ b/src/server.rs @@ -208,9 +208,9 @@ pub fn handle_client(stream: TcpStream, header: &UTracyHeader, locations: &Vec