Skip to content

Instantly share code, notes, and snippets.

@FaisalAbid
Created August 11, 2015 02:53
Show Gist options
  • Save FaisalAbid/04aebf33c5f4cd564ff0 to your computer and use it in GitHub Desktop.
Save FaisalAbid/04aebf33c5f4cd564ff0 to your computer and use it in GitHub Desktop.
if (req.uri.path == "/ws") {
WebSocketTransformer.upgrade(req).then((socket) {
rt.handleMessage(socket);
}, onError:(error) {
Logger.root.severe(error);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment