commit | 2dcefadba853c9ad0ab5e908894213826ec3b43a | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Thu Feb 25 09:42:52 2021 +0100 |
committer | Jens Geyer <jensg@apache.org> | Wed Mar 17 20:42:29 2021 +0100 |
tree | 2b5f791d79d67538dbb7001673b43203fecea339 | |
parent | 62beb6751d3c70f8db8fed4a3bb76e4ff3765c22 [diff] [blame] |
THRIFT-5370 Haxe 4 compatibility incl TConfiguration & MAX_MESSAGE_SIZE Client: haxe Patch: Jens Geyer This closes #2349
diff --git a/test/haxe/src/TestClient.hx b/test/haxe/src/TestClient.hx index 853319e..579dc00 100644 --- a/test/haxe/src/TestClient.hx +++ b/test/haxe/src/TestClient.hx
@@ -35,7 +35,7 @@ import org.apache.thrift.meta_data.*; #if cpp -import cpp.vm.Thread; +import sys.thread.Thread; #else // no thread support (yet) #end