| Index: lib/src/web_socket/compatible.dart
|
| diff --git a/lib/src/web_socket/deprecated.dart b/lib/src/web_socket/compatible.dart
|
| similarity index 95%
|
| rename from lib/src/web_socket/deprecated.dart
|
| rename to lib/src/web_socket/compatible.dart
|
| index c2162d7be9955b59f02a04fa66e686e012b1918f..35e7d0e364112356783e85c313baeed5b80338a9 100644
|
| --- a/lib/src/web_socket/deprecated.dart
|
| +++ b/lib/src/web_socket/compatible.dart
|
| @@ -7,9 +7,12 @@ import 'dart:async';
|
| import 'package:crypto/crypto.dart';
|
|
|
| import '../copy/web_socket_impl.dart';
|
| -import 'channel.dart';
|
|
|
| -/// Use [WebSocketChannel] instead.
|
| +/// This class is deprecated.
|
| +///
|
| +/// Use the [`web_socket_channel`][web_socket_channel] package instead.
|
| +///
|
| +/// [web_socket_channel]: https://pub.dartlang.org/packages/web_socket_channel
|
| @Deprecated("Will be removed in 3.0.0.")
|
| abstract class CompatibleWebSocket implements Stream, StreamSink {
|
| /// The interval for sending ping signals.
|
|
|