We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15bc7b commit 53b3865Copy full SHA for 53b3865
1 file changed
src/push-uniapp.js
@@ -158,6 +158,7 @@ function createChannel(channel_name, push)
158
channel.subscribeCb = function () {
159
push.connection.send(JSON.stringify({event:"pusher:subscribe", data:{channel:channel_name}}));
160
}
161
+ channel.processSubscribe();
162
return channel;
163
164
0 commit comments