[Red5] conn,getClient().getId() returns "not implemented yet"
Marijan Miličević
Marijan at info.nl
Thu Jul 6 11:12:49 EDT 2006
Hi Leif,
it's probably your User getter method that is not implemented yet,
or are you using really really old version of red5..?
-m
-----Original Message-----
From: Red5-bounces at osflash.org [mailto:Red5-bounces at osflash.org] On Behalf Of Leif Wells
Sent: Thursday, July 06, 2006 4:53 PM
To: Red5 at osflash.org
Subject: [Red5] conn,getClient().getId() returns "not implemented yet"
Hello,
This wasn't happening until recently, I believe.
I am tracking my users inside my Application.java. I want to link my users to their client objects by clientId.
Inside my appConnect I am creating a User object and setting the client id via:
u.setClientId( conn.getClient().getId() );
Pretty simple.
Unfortunately, I am getting a string for every one of my client id's as "not yet implemented".
Yet, inside my appJoin, I immediately ask for the client id:
log.info( "Client joined app " + client.getId() );
In the log the statement appears: "Client joined app 5"
Is the "not yet implemented" message a programmer message? A reminder of something that is not implemented?
Is there a way around this problem? I need to link my Users to my Clients.
Leif
More information about the Red5
mailing list