Closed GoogleCodeExporter closed 8 years ago
Did lock (_pinnedAddresses) and not issues. Tests revealing issues and fix
are in my branch.
Original comment by asd.and....@gmail.com
on 26 Feb 2013 at 4:42
The usage of RpcHandle/_handle are private members of either the RpcServerApi
or RpcClientApi. Neither of these classes are thread-safe, nor are they
intended to be.
Each thread should have it's own client if needed, or use a connection-pool to
borrow connections. RpcServerApi should not be shared across threads, and
there really isn't a need to as this should be a one-time setup (start
listening) and destruction (dispose).
Original comment by Grig...@gmail.com
on 26 Jan 2014 at 6:32
Original issue reported on code.google.com by
asd.and....@gmail.com
on 26 Feb 2013 at 4:42