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

GdsConnection.Connect() should not always call TryEnableLoopbackFastPath [DNET742] #684

Closed
firebird-automations opened this issue Mar 20, 2017 · 2 comments

Comments

@firebird-automations
Copy link

Submitted by: Tudor Costin (tcostin)

Loopback fast path only works when connecting to the same computer. This is rarely going to be the case. It also never works on Windows 7 or below. Not only is it a waste of time to try, but the resulting SocketException will trigger a break into the debugger if it is set to always break on these types of exceptions. This is very annoying for developers using the ADO provider.

@firebird-automations
Copy link
Author

Commented by: @cincuranet

The debugger will break, only if it's set up to break on first chance exceptions. And in that case it will break on a lot of other places as well, obviously. Else the exception is handled and the code continues just fine.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => Closed [ 6 ]

resolution: Won't Fix [ 2 ]

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