Jens Grabarske writes:
 > Ok, this is weird:
 > 
 > I just tried not to use the attribute "ticket" (which would be by far more 
 > general as other classes use it as well) but to create a new ticket, just 
 > for 
 > Discovery.server, on the fly. And this works, now the clients get their 
 > answer.
 > 
 > So this:
 > 
 > (Discovery.server , init(port:7878 init:{Connection.offerUnlimited {MakeStat 
 > self}}))
 > 
 > works, while this
 > 
 > ticket := {Connection.offerUnlimited {MakeStat self}}
 > (Discovery.server , init(port:7878 init:@ticket))
 > 
 > doesn't. Well. It doesn't give an error, but it doesn't give the ticket to 
 > searching clients either.
 > 
 > Why? Is this a bug?
 > 

Possibly, can you provide self-contained code for client and server
that shows the problem?  Note that, according to the Discovery
documentation, your init feature should be called info.

k
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to