cmbahadir / opcua-esp32

Embedded OPC UA Server on ESP32 based on open62541 stack
Mozilla Public License 2.0
115 stars 40 forks source link

Cant connect over UaExpert - Sporadic #4

Closed cmbahadir closed 5 years ago

cmbahadir commented 5 years ago

It may be required to set a MaxMessageSize change on connection configuration.

Clients max message size is as; image

cmbahadir commented 5 years ago

MaxMessageSize changed as 16KB, which is the same as send-recv buffer size.

Checked with UAExpert and it is working.