Connection::getParams()
is @internal
now: how to access params?
#5213
Labels
Connection::getParams()
is @internal
now: how to access params?
#5213
Feature Request
Related to #3593
Summary
I'm currently trying to fix an issue where I need access to the connection params inside an event listener for
postConnect
.Since
Connection::getParams()
was marked@internal
I currently don't see any other way of accessing data added by the Driver into the connection params.Would you consider reverting the
@internal
change?Or maybe as a new feature would it be possible to get access to the params inside the dispatched
postConnect
eventConnectionEventArgs
?The text was updated successfully, but these errors were encountered: