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 google-a...@googlegroups.com
I have an object that fires a callback after a put. The callback then fires a task to do somethings. For some reason, that task then fires the same callback again, resulting in an infinite loop. I verified that my task is not putting that object, so the loop shouldn't be happening. Any ideas?
Vinny P
unread,
Oct 16, 2012, 9:55:21 AM10/16/12
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 google-a...@googlegroups.com
Are you registering your callbacks with all kinds, or with just specific kinds?
Make sure you're registering callbacks just for the kinds that need them. If you're doing that, you'll have to post source code so we can track down the problem.