|
请教一个问题:用Sockets协议录制类似QQ的客户端程序登陆、退出操作过程,程序采用Dephi编写,TCP/UDP协议。录制完脚本,脚本没有用户名和密码项内容,回放时出现错误:
ction.c(12): lrs_create_socket(socket0, TCP, ...)
Action.c(14): Notify: Transaction "login" started.
Action.c(18): lrs_create_socket(socket1, UDP, ...)
Action.c(20): lrs_send(socket1, buf0)
Action.c(22): lrs_receive(socket1, buf1)
Action.c(22): Error : socket1 - Connection reset by peer. Error code : 10054.
Action.c(22): Notify: Transaction "login" ended with "Fail" status (Duration: 0.0236).
Abort was called from an action.
Ending Vuser...
Starting action vuser_end.
vuser_end.c(12): lrs_cleanup()
Ending action vuser_end.
Vuser Terminated.
请指点一下,谢谢! |
|