BYOND Version: 424.993
Operating System: Windows Vista Home Basic
Web Browser: Internet Explorer / Fire Fox
Game/Hub(s): None
Descriptive Problem Summary:
Cannot get Export to connect to another byond server localy.
Code Snippet (if applicable) to Reproduce Problem:
mob/verb/send()
world.Export("http://127.0.0.1:1000?hi")
world/Topic(T)
world<<"success"
mob/verb/send()
world.Export("http://127.0.0.1:2000?hi")
world/Topic(T)
world<<"success"
Run both in seperate windows and click send to reproduce
problem.( or maybe not if its only effecting me)
Expected Results:
For the servers to talk
Actual Results:
A failed attempt to talk
Where Does the problem occur:
It occurs on my computer
When does the problem NOT occur?
Not sure
Workarounds:
Cant find one, Open to sugestions...
I just tried your code locally and it works fine.