Ok, here is what I need. I need to have a dll that will hold a collection of connected sockets. A third party dll needs access to this collection. I have tried this many times before, but whenever I try to access the collection which I tried making static, the thrid party dll just gets a blank collection?
Any one got any ideas? Basically I need plugins to access my socket collection so that they can handle sending their data themselves to clients.
