[REBOL] Re: Problem: Talking from Rebol to Rebol via socket
From: santilli:gabriele:gmai:l at: 22-Feb-2009 11:45
[Also sent privately because often Ecartis mangles my emails. Feel
free to forward to the ML if this does not get there.]
On Sun, Feb 22, 2009 at 8:55 AM, Robert M. M=C3=BCnch
<robert.muench-robertmuench.de> wrote:
> c-client: first connection
> wait c-client
> print copy c-client
>
> print [tab "Send answer to c-side"]
> insert connection "r-side"
The port is c-client not connection (which is the listen port).
> print [tab "Closing socket"]
> close connection
Same error here.
HTH,
Gabriele.