metaeducation / rebol-issues

6 stars 1 forks source link

TCP server ports don't work on Mac OS X #643

Open rebolbot opened 15 years ago

rebolbot commented 15 years ago

Submitted by: PeterWood

I tried to run the pong server from the port examples in DocBase. It runs on Windows/XP but not on Mac OS X.

bc..

do %pong-server.r Script: "Untitled" Version: none Date: none Ping pong server * Access error: Cannot connect: tcp://:8080 reason: 42 * Where: open catch applier do \ Near: open tcp://:8080 server/awake: func [event /local port] [ ...

p.

CC - Data [ Version: alpha 33 Type: Bug Platform: Mac OSX Category: Unspecified Reproduce: Always Fixed-in:alpha 94 ]

rebolbot commented 15 years ago

Submitted by: BrianH

Your example only shows a server port failing, not ports in general, so I changed the summary to be more specific.

rebolbot commented 15 years ago

Submitted by: PeterWood

A similar problem with Linux (Ubuntu 9.04>> do %pong.r

Script: "Untitled" Version: none Date: none Ping pong server

** Access error: cannot connect: tcp://:8080 reason: 92
** Where: open catch either either applier do
** Near: open tcp://:8080 server/awake: func [event /local port] [