I have a session that is aliased and that I need to detach so that it will live on without keeping the session that spawned it alive. I am in a large loop that will post an event roughly every 10 seconds to the aliased session. I find it odd that in the first session when I create the aliased session if I detach it and then try to post to one of it's events (using the alias as the first argument not the session object or ID) that the event I am posting to never fires off. On any subsequent runs when posting to this aliased session I do not have problems. At this point I have simply been doing the post before I detach and have no problems. Considering how easily I can work around this problem I am more just sending this out of curiosity. Has anyone else ran into this problem? Is this the expected behavior?
- Kenny
