Skip to content

Update Connector structure

Julius Balzer requested to merge update_connector_structure into development

Summary

When initializing a Connection Object with from_node(), nodes are both checked for their protocol and class type. But the class type is strictly bound to the protocol, so checking both is redundant.

Explain your context

(Explain what you did.)

Please list breaking changes, new features or bugfixes

  • Breaking changes:

  • New features:

  • Bugfixes:

Edited by Julius Balzer

Merge request reports