Closed GoogleCodeExporter closed 8 years ago
This was due to GC collected RpcServerApi under memory pressure. Stored it in
static dictionary.
Original comment by asd.and....@gmail.com
on 11 Mar 2013 at 9:56
Generally the RpcServerApi should been kept in a using(x) statement, or be used
from a class that has a scope. Without this the StopListening call will not
decrement the usage counter, nor will the unmanaged structures be released.
SEHException is fixed in the coming release and should now produce an accurate
error message.
Original comment by Grig...@gmail.com
on 26 Jan 2014 at 6:21
Original issue reported on code.google.com by
asd.and....@gmail.com
on 26 Feb 2013 at 4:46