You are not logged in.
Pages: 1
Hello,
I've developed a program that uses the TSQLRestServerDB with the ORM and SQlite and some Method-based services.
The application works quite well, very stable, but sometimes the application freezes trying to connect to the server, somehow looks like that it loses the connection, but before it happens was working fine.
The internet connection is very stable, when client loses connection with the server the internet connection still working fine.
What could be the problem?
Offline
Try the latest 1.18 version from http://synopse.info/fossil/wiki?name=Get+the+source
It fixes several issues:
- Custom connection error handling;
- Custom TimeOut properties for the client.
Were you able to find out the context in which the connection is lost?
Offline
Yes, you can activate the logging: set it in VERBOSE mode, on both client and server sides.
Then look at the action where the connection is lost.
Some questions:
- Is your server using the http.sys server? i.e. are you sure you did register the URI or run the server with administrator rights?
- What is the exact exception raised on the client side?
Offline
Pages: 1