datagram
datagram copied to clipboard
Event-driven UDP client and server sockets for ReactPHP.
This came up during a chat in a private channel where there was some confusion about how `$peer` was populated. This PR fixes that be returning an `array()` and pulling...
See https://github.com/reactphp/async Ref: https://github.com/clue/reactphp-block/pull/67, https://github.com/clue/reactphp-block/issues/68, https://github.com/reactphp/http/pull/464 and https://github.com/clue/reactphp-mq/pull/34
This PR sets up PHPStan to run on GitHub Actions, as discussed in [discussions#469](https://github.com/orgs/reactphp/discussions/469). ### Overview - [x] Sets up PHPStan to run on GitHub Actions on PHP 8.1 only...
We're currently moving forward with working on [ReactPHP v3](https://github.com/orgs/reactphp/discussions/481) and releasing the roadmap tickets for all our components (see https://github.com/reactphp/event-loop/issues/271 and others). We still have some components that we haven't...