| Index: samples/chat/http_impl.dart
|
| diff --git a/samples/chat/http_impl.dart b/samples/chat/http_impl.dart
|
| index 69f50c0427778b02a46687a0e542e5afb4e5af6e..95082f53398fbfbe0b49a375e3da5928a777b9a9 100644
|
| --- a/samples/chat/http_impl.dart
|
| +++ b/samples/chat/http_impl.dart
|
| @@ -1487,7 +1487,7 @@ class HTTPClientImplementation implements HTTPClient{
|
| }
|
| });
|
| }
|
| - _evictionTimer = new Timer(_handleEviction, 10000, true);
|
| + _evictionTimer = new Timer.repeating(_handleEviction, 10000);
|
| }
|
|
|
| // Return connection.
|
|
|