]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 27 Oct 2020 12:28:04 +0000 (13:28 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 27 Oct 2020 12:34:22 +0000 (13:34 +0100)
commitdbf4789f1b22bb500c0c9804382b48e16fdc4492
tree8b1570b87315febe4557dbaa48459bbd7c87eb8a
parent727ffdc91a2344c2cba64c8a5d0e7cc383d7c2f7
Continued:
- moved socketResource from 'core' project to SocketContainer class
- added more debug lines
- fixed comments for $packageData (array) to $packageInstance transition
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/client/http/class_HttpClient.php
application/hub/classes/container/class_BaseHubContainer.php
application/hub/classes/container/socket/class_SocketContainer.php
application/hub/classes/factories/states/peer/class_PeerStateFactory.php
application/hub/classes/handler/package/class_NetworkPackageHandler.php
application/hub/classes/handler/raw_data/tcp/class_TcpRawDataHandler.php
application/hub/classes/listener/class_BaseListener.php
application/hub/classes/registry/socket/class_SocketRegistry.php
core