WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   viznet bug (https://forum.worldviz.com/showthread.php?t=1800)

smith11235 02-03-2009 02:29 PM

viznet bug
 
I may be wrong, but when trying to set up a client server following the example given in the VizHelp, Networking Reference, Multi User Environment script, the clean connect function they give for the client:
Code:

SERVER_NAME=viz.input('Enter Server Name')
while not viznet.client.connect(SERVER_NAME,port_in=14951,port_out=14950):
    if viz.ask('Could not connect to ' + SERVER_NAME + ' would you like to try another?'):
        SERVER_NAME=viz.input('Enter Server Name')
    else:
        viz.quit()
        break

Does Not work.

The viznet.client.connect function just returns True whether or not there is a server even running. If someone has a solution to this please let me know.

Thank you

Jeff 02-11-2009 10:13 AM

thanks for posting. We'll get a response for this as soon as we can


All times are GMT -7. The time now is 02:23 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC