Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebHook-to-WebSocket forwarder #2

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

michielbdejong
Copy link
Member

No description provided.

@michielbdejong michielbdejong linked an issue Oct 7, 2022 that may be closed by this pull request
@michielbdejong
Copy link
Member Author

I think I have it mostly working now, will test with pdsinterop/solid-nextcloud#105

@michielbdejong michielbdejong changed the title [WiP] WebHook-to-WebSocket forwarder WebHook-to-WebSocket forwarder Oct 7, 2022
use Ratchet\WebSocket\WsServerInterface;
use Ratchet\ConnectionInterface;

require dirname(dirname( __FILE__ )) . '/vendor/autoload.php';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To avoid unwanted side-effects, it is better to use require_once

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Listen on second port for secure WebSocket notifications
2 participants