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?

Kind regards,

Jens
-- 
Jens Grabarske (Research), DFN-CERT Services GmbH
https://www.dfn-cert.de, +49 40 808077-621 / +49 40 808077-555 (Hotline)
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to