Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: [rugby XPi beta1 - name conflict]

From: koopmans:itr:ing:nl at: 4-Feb-2002 10:38

What happens is this: the stubs are done in the global context on the client side and thus overwrite get-result there. You can solve this by doing: my-tic-tac-toe: context get-rugby-service tcp://a:b --Maarten