]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 26 Jan 2025 17:44:31 +0000 (18:44 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 26 Jan 2025 18:00:03 +0000 (19:00 +0100)
commit08f383fa5216768d64ff6249318b816741c97f39
tree1b75332202e7d3b7eb1f3ab25322c1309e4b698d
parent6f0062cb280c4e4296acda4d683157ce5494156f
Continued:
- private and final isn't needed
- added public method `generateListHashFromEntry (array $entry): string` to interface
- updated 'core' framework
13 files changed:
application/hub/classes/discovery/recipient/socket/class_PackageSocketDiscovery.php
application/hub/classes/factories/socket/class_SocketFactory.php
application/hub/classes/handler/raw_data/tcp/class_TcpRawDataHandler.php
application/hub/classes/handler/raw_data/udp/class_UdpRawDataHandler.php
application/hub/classes/listener/class_BaseListener.php
application/hub/classes/listener/socket/class_SocketFileListener.php
application/hub/classes/pools/class_BasePool.php
application/hub/classes/pools/peer/class_DefaultPeerPool.php
application/hub/classes/registry/socket/class_SocketRegistry.php
application/hub/classes/resolver/state/peer/class_PeerStateResolver.php
application/hub/interfaces/pool/class_Poolable.php
application/hub/traits/fragmenter/class_FragmentableTrait.php
core