We're seeing a memory leak in the library that seems to be related to this KB issue:
http://support.microsoft.com/kb/2551125/
Over time, our application's memory consumption grows continuously and eventually a restart is required.
Commenting out the following line in CHessionMethodCaller.OpenConnection resolves the problem:
request.ConnectionGroupName = Guid.NewGuid().ToString();