|
From: LIKORIS L. (JIRA) <tr...@fi...> - 2013-05-28 07:05:41
|
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
|