- replaced IsoServer_closeConnection by IsoServer_closeConnectionIndication (LIB61850-488)

v1.6
Michael Zillgith 1 month ago
parent 9df35ce709
commit bdc1556c93

@ -479,7 +479,7 @@ handleTcpConnection(void* parameter)
while(self->state == ISO_CON_STATE_RUNNING)
IsoConnection_handleTcpConnection(self, false);
IsoServer_closeConnection(self->isoServer, self);
IsoServer_closeConnectionIndication(self->isoServer, self);
finalizeIsoConnection(self);

Loading…
Cancel
Save