View Issue Details

IDProjectCategoryView StatusLast Update
0003410UAApi Changepublic2016-05-04 07:48
ReporterBernd Edlinger Assigned Touser319 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0003410: [Ansi C Stack 1.02.337] OPCUA_MULTITHREADED=0 has changed
Description

The configuration option OPCUA_MULTITHREADED=0 has changed semantics
in the upcoming Ansi C Stack 1.02.337:

The internal socket manager is no longer created automatically.

You must call OpcUa_SocketManager_Create(OpcUa_Null,0,0)
before OpcUa_Endpoint_Open, and you must call
OpcUa_SocketManager_Delete(OpcUa_Null) between
OpcUa_Endpoint_Close and Opcua_Endpoint_Delete.

TagsNo tags attached.
Fix Due Date

Activities

user319

2016-05-04 07:48

  ~0006887

resolved in 1.03.340

Issue History

Date Modified Username Field Change
2016-04-11 20:06 Bernd Edlinger New Issue
2016-05-04 07:48 user319 Note Added: 0006887
2016-05-04 07:48 user319 Status new => resolved
2016-05-04 07:48 user319 Resolution open => fixed
2016-05-04 07:48 user319 Assigned To => user319