On Sun, Feb 24, 2013 at 11:23 AM, Sergey Gerasimov wrote:
> Hello to all!
>
> ** **
>
> I’m using PB as communication protocol for components of my system.
>
> Components can be located locally on the only one machine or in
> distributed fashion. It depends on the config file.
>
> **
On Sun, Feb 24, 2013 at 7:22 PM, Wenxiang Wu wrote:
> Hi,
>
> I am encountering a weird bug, where some TCP client connections get into
> a state where the server is able to read data sent from the client, but not
> able to send any data with transport.write().
>
Ignoring your workarounds, what
Hi,
I am encountering a weird bug, where some TCP client connections get into a
state where the server is able to read data sent from the client, but not
able to send any data with transport.write().
With some help from the #twitsed IRC channel, I was able to gather the
following information rega
Hello to all!
I'm using PB as communication protocol for components of my system.
Components can be located locally on the only one machine or in distributed
fashion. It depends on the config file.
At the moment all communications are implemented as callRemote calls. I
would like to keep t