diff options
| author | RblSb <msrblsb@gmail.com> | 2025-02-06 06:41:49 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-02-07 01:12:14 +0300 |
| commit | d86f0c30e1726a56e670955c3b995945c1daf834 (patch) | |
| tree | 2cff6b1c76191df76291f93c5a46810f09181727 /test/tests/TestServer.hx | |
| parent | 382f9b2ebedca905028341825350a0fa69d88673 (diff) | |
Fixes pack
- Fix timer seek on server pause with double timer.pause() calls
- Implement multi-caching
- Better uploading progress with XMLHttpRequest
- Better upload/cache error reporting
Diffstat (limited to 'test/tests/TestServer.hx')
| -rw-r--r-- | test/tests/TestServer.hx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/tests/TestServer.hx b/test/tests/TestServer.hx index abdbf8f..b02bb90 100644 --- a/test/tests/TestServer.hx +++ b/test/tests/TestServer.hx @@ -67,10 +67,6 @@ class TestServer extends Test { server.onServerInited = () -> { final client = new FakeClient(server.localIp, server.port); var client2:FakeClient = null; - // client.ws.on("message", data -> { - // final data:WsEvent = Json.parse(data); - // trace(data.type); - // }); client.message().then((data) -> { Assert.equals(Connected, data.type); |
