好的,所以我使用各种教程创建了一个 websocket 服务器,例如:
http://japhr.blogspot.co.uk/2012/12/dart-client-and-server-websockets.html http://www.dartlang.org/docs/dart-up-and-running/contents/ch05 .html
但是,当我运行服务器端代码并尝试将数据发送到客户端时,它会出现
Class '_WebSocketImpl' has no instance method 'send'
发送方法更改为什么?