We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b22ab commit ab55035Copy full SHA for ab55035
1 file changed
solid/lib/Notifications/SolidPubSub.php
@@ -12,7 +12,7 @@ public function __construct($pubsubUrl) {
12
}
13
14
public function send($path, $type) {
15
- $pubsub = str_replace(["https://", "http://"], "ws://", $this->pubsub);
+ $pubsub = str_replace(["https://", "http://"], "wss://", $this->pubsub);
16
17
$client = new Client($pubsub, array(
18
'headers' => array(
0 commit comments