You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zotoni...@googlegroups.com
Hi Guys,
I need to save some context Id. some where (i.e. ets) in my custom erlang module and be able to looking it up later to emit a signal on it. I think that storing the context as a whole and using it in future should not be a good idea ! I have checked z_context module but could not find any useful method.
appreciate,
Afshin
Behrad Zari
unread,
Apr 5, 2013, 11:34:20 AM4/5/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zotoni...@googlegroups.com
I consider you are willing to do something with specific sessions in your module, for this you can use z_session_manager iteration functions like
z_session_manager:foreach to map your specific functions on specific sessions.