ObjectContext.ExecuteStoreQuery will release the store connection again after the returned ObjectResult is disposed in buffered mode even though the connection was already released when buffering was finished. This leads to a connection leak if any other methods are invoked on the context afterwards.
↧