C
Christian
Hi all,
i try to write a website which should dynamically show
statusinformation of the user which are using it.
Another server provides the information over TCP (plain text api).
In the codebehind file i create a thread which connects to the server
and store it as a session variable...
The first time it works, after the function fails (recieve timeout)
the property connected is false ...
Does somebody have an idea ?
I need to recieve events from that server and then i need to reload
the page...
Does somebody have an idea ?
Kind regards
Christian
i try to write a website which should dynamically show
statusinformation of the user which are using it.
Another server provides the information over TCP (plain text api).
In the codebehind file i create a thread which connects to the server
and store it as a session variable...
The first time it works, after the function fails (recieve timeout)
the property connected is false ...
Does somebody have an idea ?
I need to recieve events from that server and then i need to reload
the page...
Does somebody have an idea ?
Kind regards
Christian