@@ -59,6 +59,7 @@ import haxe.Template;
import haxe.Timer;
import haxe.Unserializer;
+import haxe.remoting.AsyncAdapter;
import haxe.remoting.AsyncConnection;
import haxe.remoting.AsyncDebugConnection;
import haxe.remoting.AsyncProxy;
@@ -35,7 +35,7 @@ class AsyncAdapter extends AsyncConnection {
return s;
}
- public function call( params : Array<Dynamic>, ?onData : Dynamic -> Void ) : Void {
+ public override function call( params : Array<Dynamic>, ?onData : Dynamic -> Void ) : Void {
var ret;
try {
var c : Connection = __data;