Skip to content

Conversation

@jakobr-google
Copy link
Contributor

Mostly just moving code around. Actual changes:

  • ServerHandler now implements ServiceCall directly, instead of having ServiceCall be a proxy for ServerHandler.
  • Updated pubspec.yaml and CHANGELOG for 0.2.0 release.

Split the large client/server.dart files into smaller pieces. This is in
preparation for splitting the HTTP/2 dependencies into a separate file
and make it easier to implement other transports.
Copy link

@mravn-google mravn-google left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

import '../shared/status.dart';
import '../shared/streams.dart';

import 'client.dart';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This dependency is part of a cycle. You may be able to break it by moving ClientMethod here or to its own client/method.dart file.

import '../shared/status.dart';

import 'call.dart';
import 'client.dart';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants