I have a WindsorContainer which has published a WCF endpoint using the WCF Facility. A client has connected and made a WCF request, which has been serviced, but the endpoint is being held open by the client... as it may make further requests. I want to shutdown the server, so I call Dispose() on the WindsorContainer, but it just blocks UNTIL all clients are closed.
How can I terminate these connections from the WindsorContainer on the server (the WCF service lifestyle is PerWcfSession... one session per client). Thanks -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
