]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 04:56:14 +0000 (05:56 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 04:56:14 +0000 (05:56 +0100)
commit8292bd24d49115580996920c6c79baf70e859b25
treef16d0a8f4f360e390505f15f095118280476ce87
parent7dd1092c808a9d8a1b6c10cc2257f899f0b34350
Continued:
- removed PackageData->$rawXml instance and used $packageContent instead
- used ApplicationEntryPoint::exitApplication() instead of die()
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
15 files changed:
application/hub/classes/dht/node/class_NodeDhtFacade.php
application/hub/classes/discovery/recipient/package/class_PackageRecipientDiscovery.php
application/hub/classes/factories/socket/class_SocketFactory.php
application/hub/classes/handler/chunks/class_ChunkHandler.php
application/hub/classes/handler/package/class_NetworkPackageHandler.php
application/hub/classes/info/connection/class_ConnectionInfo.php
application/hub/classes/nodes/class_BaseHubNode.php
application/hub/classes/package/deliverable/class_PackageData.php
application/hub/classes/package/fragmenter/class_PackageFragmenter.php
application/hub/classes/recipient/dht/class_DhtRecipient.php
application/hub/classes/registry/socket/class_SocketRegistry.php
application/hub/classes/tags/package/class_PackageTags.php
application/hub/classes/tools/hub/class_HubTools.php
application/hub/interfaces/delivery/package/class_DeliverablePackage.php
core