Commit 67c930e3 authored by Alexander Schrode's avatar Alexander Schrode Committed by oroulet

remove _raise_error_if_session_is_invalid

parent b4106dfd
......@@ -262,7 +262,6 @@ class UaProcessor:
raise ServiceError(ua.StatusCodes.BadSessionNotActivated)
if typeid == ua.NodeId(ua.ObjectIds.ReadRequest_Encoding_DefaultBinary):
self._raise_error_if_session_is_invalid()
_logger.info("Read request (%s)", user)
params = struct_from_binary(ua.ReadParameters, body)
results = await self.session.read(params)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment