I downloaded a fresh copy of the code.
The behaviour is the same as above.
But, when i change, in project Clearcavas.Web.Service, file ApplicationService.cs, function GetPendingEvent, the line:
EventSet = application.GetPendingOutboundEvent(Math.Max(0, request.MaxWaitTime))
with:
EventSet = application.GetPendingOutboundEvent(0),
the browser is much more responsive.
Maybe there are settings in IIS are responsible for this behavior?
What problems could make this change?
Antonio