gdejong
gdejong
I'd like to ask a few questions before I try to create PR for this :) - The `getRemoteAddress` method from the `ConnectionInterface` interface should return the remote address (URI)...
I have created the most basic Unix server/client to test this feature with. Leaving it here for future reference. ### server.php ```
Small update: After some trial and error I think adding the PID to `getRemoteAddress` in not a good idea. A `Connection` can be either server > client or client >...
Fair points, indeed interoperability could be a problem. I had actually already used your alternative. Currently that works well. The `Connection` class currently has a `public $stream;` marked as `internal`....
I'd love to use this feature, any updates on merging this in the master @bentorfs?
As of March 2023 https://github.com/gobwas/ws is being actively maintained again. See https://github.com/gobwas/ws/issues/162
And as of July 2023 the Gorilla web toolkit project has a new group of Core Maintainers. https://gorilla.github.io/blog/2023-07-17-project-status-update/
I had the same issue. Like @TehShrike said, adding: ``` $("#joyride").joyride({ autoStart: true }); ``` does the trick!