Skip to content

Commit 7c93b1d

Browse files
committed
introduce rsocket/shelf.dart
1 parent d8c7adb commit 7c93b1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rsocket_server.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import 'package:rsocket/rsocket_server.dart';
2-
import 'package:rsocket/payload.dart';
3-
import 'package:rsocket/rsocket.dart';
1+
import 'package:rsocket/shelf.dart';
42

53
void main() async {
64
const listenUrl = 'tcp://0.0.0.0:42252';

0 commit comments

Comments
 (0)