[Fwd: Re: Iliad: sessions and streaming]]

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Fwd: Re: Iliad: sessions and streaming]]

Nicolas Petton


Le lundi 22 juin 2009 à 18:38 +0200, Joachim Jaeckel a écrit :

> Sorry Nicolas...
>
> > The problem you have is because, while new sessions will be instances of
> > your class, it seems that you already had a session.
> >
> > You can force Iliad to remove all current sessions (these are instances
> > of Iliad.Session, because those sessions were created before you changed
> > the #sessionClass) with:
> >
> > Iliad.SessionManager current removeAllSessions
> >
> > Then a new session, instance of UrPicsSession, will be created.
>
> I tried it now with:
>
> Iliad.SessionManager current sessionClass: UrPicsSession.
> Iliad.SessionManager current removeAllSessions.
You don't have to call #newSession, a new session will be automatically
created.

> Iliad.SessionManager current newSession.
>
> And even that doesn't work.

That's strange... it should work.

> Do I have to set the sessionClass maybe in
> the "Workspace" where I start Swazoo?

What do you mean? do you have several instances of gst running at the
same time?

>
> (Or is there an example where I can have a look?)
>
> > HTH,
>
> Sorry, currently not... :-/
>
> Joachim.

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

signature.asc (204 bytes) Download Attachment
signature.asc (204 bytes) Download Attachment