]> git.mxchange.org Git - hub.git/commit
Cleanup:
authorRoland Häder <roland@mxchange.org>
Mon, 22 May 2017 16:23:17 +0000 (18:23 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2020 16:50:07 +0000 (18:50 +0200)
commite82052a027b2eb5e5190c923230b167472b2ed6c
treeaf4788920c73de81822b2861792cf501e33eab12
parent70200208cada6be0e537b4476a0374cac2d0e906
Cleanup:
- isServerSocketResource() was at the start a good idea, to make sure that only
  "server" (listeners) sockets can pass but it was hindering it when it comes
  to UDP where there is no connection.
- so let's better remove this method all together
- updated TODOs.txt

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/container/socket/class_SocketContainer.php
application/hub/classes/discovery/recipient/socket/class_PackageSocketDiscovery.php
application/hub/classes/helper/connection/class_BaseConnectionHelper.php
application/hub/classes/listener/class_BaseListener.php
application/hub/classes/listener/socket/class_SocketFileListener.php
application/hub/classes/listener/tcp/class_TcpListener.php
application/hub/classes/package/class_NetworkPackage.php
application/hub/classes/pools/class_BasePool.php
application/hub/interfaces/container/socket/class_StorableSocket.php
docs/TODOs.txt