Tim

Results 142 comments of Tim

Hi, thanks for the report :) I see a few errors that indicate to me that you have not set up your Cargo.toml properly. Can you show me what it...

@Praying have you had a chance to look at this?

@Praying thanks for the feedback! Anything specific you would change to make it easier (other than fix the examples, which I believe are fixed now)?

[example-service](https://github.com/google/tarpc/tree/master/example-service) is a fully contained example. It shows you how you set up your Cargo.toml.

@Praying did you eventually get things working?

Sorry about that! I need to publish a new version.

A new version was published today. Please let me know if it fixes this issue.

Currently, this is still true. Some of this code needs to be cleaned up -- for instance, there's a `Send` bound on `FutureService` that only exists on the off chance...

To be honest, I don't know why anymore! the `tokio_service::Service` trait used to have a `Send` bound, which meant services needed to either be `Sync` (and wrapped in an `Arc`)...

(btw, let's move this conversation to #86)