When can there be many Waves in a context on Google Wave
Posted
by Alan
on Stack Overflow
See other posts from Stack Overflow
or by Alan
Published on 2010-02-17T17:45:20Z
Indexed on
2010/03/28
2:03 UTC
Read the original article
Hit count: 340
google-wave
|google-app-engine
In a Google Wave Robot, the event handler gets a Context object.
One of the methods is GetWaves, that is documented as:
"""Returns the list of waves associated with this session."""
I am trying to understand when this would return more than one Wave.
What are the situations where there is more than one Wave associated with the session/context?
© Stack Overflow or respective owner