Results 101 comments of Sebastian Urban

> Some recommendations for the buffer size? I would choose the same size as the socket send buffer (readable from `/proc/sys/net/core/wmem_max` and is about 200 KB on my system). >...

Hi. I am happy to hear that you are using Remoc in your application and thanks for providing feedback! > ... > I think these use cases are quite common,...

> * Allow to initialize a connection with other types than base channel, for example directly with an RPC server/client or a broadcast channel. Maybe create `Handler` traits with methods...

Another idea would be to plug into the [cargo generate](https://crates.io/crates/cargo-generate) ecosystem and provide some templates for use with Remoc. If you already have some code maybe you could extract it...

Although the server does indeed do synchronization of mutable access, the motivation is to model Rust mutability semantics in the `Client` object. Assuming you have a trait with both mutable...

What whould you think about making it possible to add an attribute to the trait that forces the implementation of `Clone`, even if `&mut self` methods exist? Although I am...

Yes, it's definitely within the scope of this project but to my knowledge nobody is working on it.

This should also include musl targets, as shown by #53.

Does the corresponding GATT client example work, when used together with the GATT server example? What BlueZ version are you using?

Please make sure you cloned the repository with submodules as described in the README.