Remove the duplicate logic in connection classes #355
Labels
area: protocol
Related to underlying networking protocol
type: enhancement
Improvement to an existing feature
There is a couple of methods with duplicated logic. Maybe we should do it in one method with dict or possibly with an enum class?
https://docs.python.org/3/library/enum.html
Originally posted by @PerchunPak in #273 (comment)
The text was updated successfully, but these errors were encountered: