Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

class FbPoolManager OnEmptyPool issue [DNET253] #262

Closed
firebird-automations opened this issue Jul 4, 2009 · 2 comments
Closed

class FbPoolManager OnEmptyPool issue [DNET253] #262

firebird-automations opened this issue Jul 4, 2009 · 2 comments

Comments

@firebird-automations
Copy link

Submitted by: @cincuranet

Jira_subtask_inward DNET247
Is related to DNET254

class FbPoolManager
private void OnEmptyPool(object sender, EventArgs e)
{
lock (this.Pools.SyncRoot)
{
int hashCode = (int)sender;
....
the last line is wrong since sender is a connection string
should be
int hashCode = sender.GetHashCode();

Commits: f8d8df8

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Link: This issue is related to DNET254 [ DNET254 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.5.1 [ 10360 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants