Socket
Socket copied to clipboard
The Hoa\Socket library.
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Dependabot can't resolve your PHP dependency files. As a result, Dependabot couldn't update your dependencies. The error Dependabot encountered was: ``` Your requirements could not be resolved to an installable...
This PR fix the bug related to the remote address of a connection. - As the Server handle multiple connections, it must keep the remote of each node.
Issue related to WebSocket https://github.com/hoaproject/Websocket/issues/95 We need to consume the stream until the `length` bytes are reach or the end of stream (if user try to get more than expected)...
Currently if we merge connections after the run, they don't seem to be listened.
Hello :-), This issue is the next episode of this one https://github.com/hoaproject/Socket/pull/10.