FbRemoteEvent problem
---------------------

                 Key: DNET-502
                 URL: http://tracker.firebirdsql.org/browse/DNET-502
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider
    Affects Versions: 3.0.2.0
         Environment: VS 2010, Windows 7, Firebird 2.5.2
            Reporter: LIKORIS Ltd.
            Assignee: Jiri Cincura


The application is very often does not respond to events.
In my application, the user can cause the child windows, which immediately 
begin wiretapping of certain events. If the user opens two child windows, the 
program sometimes starts to ignore the event.
Moreover, if the application is run from a computer that is running Firebird 
error does not occur.
Fix the problem but could not. While sdealal this:
In file GdsEventManager.cs to add a line
...
operation = this.database.ReadResponse();
Thead.Sleep(10);  //added line
switch (operation)
{
...
and the error does not occur.
The problem in the streams!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to