You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logger field is already initialized inside __init__ so no need to do it again.
It is possible for the user to initialize logger after __init__ and before open(), if that happens then we should log all negotiation messages. Right now they are always lost, it is impossible to log negotiation messages.
The logger field is already initialized inside
__init__
so no need to do it again.It is possible for the user to initialize logger after
__init__
and before open(), if that happens then we should log all negotiation messages. Right now they are always lost, it is impossible to log negotiation messages.This issue has been cloned from: pyserial#764
The text was updated successfully, but these errors were encountered: