Log in

View Full Version : How to disconnect the live characters?


llqqff
11-02-2009, 01:32 PM
Hi, I am doing some work on live characters. But I am stuck at how to disconnect the character server.

I used vizmocap.disconnect(), but it shows error. Does anyone know how to use the disconnect command. Thanks.

Qiufeng

farshizzo
11-03-2009, 09:02 AM
The vizmocap module does not have a disconnect method. You must call disconnect on the LiveCharacters object instead:lc = vizmocap.LiveCharacter(...)
.
.
.
lc.disconnect()