R
Richard K
In a VB CE app I am connecting to a VB.NET server program running on my
local network. The statement
MyTcpClient.Connect("192.168.1.1", 8222)
always takes about one minute to connect. It does eventually connect with
no errors, and the NetworkStream works well & quickly after that.
This app was manually ported from an eVB version using the WinSock control.
That one always connects immediately to the same server.
This delay even occurs when the client is running on the same PC as the
server!
I have seen a few other posts over the last year or so describing the same
symptom but without answers.
Can anyone help?
thanks
Dick
local network. The statement
MyTcpClient.Connect("192.168.1.1", 8222)
always takes about one minute to connect. It does eventually connect with
no errors, and the NetworkStream works well & quickly after that.
This app was manually ported from an eVB version using the WinSock control.
That one always connects immediately to the same server.
This delay even occurs when the client is running on the same PC as the
server!
I have seen a few other posts over the last year or so describing the same
symptom but without answers.
Can anyone help?
thanks
Dick