Pierre Tomasina

Results 92 comments of Pierre Tomasina

@Hywan detection using `getStreamMetaData`. First thought was to use `Hoa\Option` for `$keepReading`; because with PHP 7.1 strict, we will not able to type in boolean due to nulled value. Unfortunately,...

Hello :) If we want implement `Node` for UDP, that require to make ourself an `ACK` between server & client. Because like _UDP_ are `connectionless`, we need send data in...

Ack (acknowledgement) signal in TCP/IP. After some explication on IRC, we don't need handle same node system as TCP, we can limited select as an iterator of UDP client without...

Thanks for the reminder, I will check soon for implement into the node.

@Hywan I've made change in order to use `\Hoa\Socket\Node` the design and logic are much better like this.

@Hywan address on `stream_socket_recvfrom` isn't working properly, return empty string.

I've a concern regarding the implementation of new method `getPeerName` if the developer has implemented his own Node, this would break the behavior.

Options regarding possible BC break. - make `getRemoteAddress` compatible if Node does not have method `getPeerName` The overhead is minimal like it's one line of code to do the job....

Vote for Break it :+1:

@Hywan Ping status?, I have another PR that will concerne same piece of code.