[Quickfix-users] .NET Can not open bpdy file ... unreleased resources
Brought to you by:
orenmnero
From: Tom F. <tom...@ki...> - 2006-04-26 17:44:00
|
Hi, I can not restart the ThreadedSocketInitiator as it throws "Can not open body file exception" due to some unreleased resources. Here is what I tried: initiator =3D new ThreadedSocketInitiator(application, fileStoreFactory, sessionSettings, fileLogFactory, messageFactory); initiator.Start(); initiator.Stop(); initiator =3D null; GC.Collect(); GC.WaitForPendingFinalizers(); initiator =3D new ThreadedSocketInitiator(application, fileStoreFactory, sessionSettings, fileLogFactory, messageFactory); ---->> Here I get "Could not open body file exception" Anybody has an idea? Thanks, Tom |