Skip to content

Commit 78a5470

Browse files
Copilotromanett
andauthored
Handle BadRequestTimeout gracefully in Publish error handling (#3460)
* Initial plan * Handle BadRequestTimeout gracefully in publish error handling Co-authored-by: romanett <7413710+romanett@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: romanett <7413710+romanett@users.noreply.github.com>
1 parent f7c3c4e commit 78a5470

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/Opc.Ua.Client/Session/Session.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3626,6 +3626,7 @@ private void OnPublishComplete(
36263626
});
36273627
return;
36283628
case StatusCodes.BadTimeout:
3629+
case StatusCodes.BadRequestTimeout:
36293630
break;
36303631
default:
36313632
m_logger.LogError(

0 commit comments

Comments
 (0)