When can there be many Waves in a context on Google Wave
- by Alan
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?