WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 02-03-2009, 02:29 PM
smith11235 smith11235 is offline
Member
 
Join Date: Jul 2008
Posts: 8
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
Reply With Quote
  #2  
Old 02-11-2009, 10:13 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
thanks for posting. We'll get a response for this as soon as we can
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Client Server Networking Problem pattie Vizard 12 07-04-2013 09:11 AM


All times are GMT -7. The time now is 12:03 PM.


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