-
![image](https://github.com/user-attachments/assets/10d81ee0-86d9-4271-a877-6b5c9934679e)
-
In my flutter app am using pusher_client and when i upgraded kotlin version of the whole project i got this:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
T…
-
Error : java.lang.NoSuchMethodError: No direct method (Ljava/util/Map;)V in class Lcom/pusher/client/channel/PusherEvent; or its super classes (declaration of 'com.pusher.client.channel.PusherEvent' …
-
As it seems in the readme, `pusher-websocket-swift` pod should be added.
"The Pusher Channels React Native plugin adds the pusher-websocket-swift cocoapod to your project".
I'm running `expo prebu…
-
-
Hi,
I used your example app and got the following error:
ERROR: PlatformException(error, TypeError: dart.global.Pusher is not a constructor, null, null)
Server side: GO. This server operates well w…
-
// ************Channel Subscribed******************
self.channel = [self.pusherClient subscribeToPrivateChannelNamed:channelName];
// ************Channel Event Listening*****************…
-
We have an application that builds a very large dataflow graph (thousands of operators) and creates hundreds of concurrently running instances of this graph. Heap profiling showed that the applicatio…
-
I am trying to trigger events and send data to websocket URL on the specific public channel. I am currently testing in postman. I am able to connect to websocket URL and subscribe to the channel but c…
-
I have a web app using the pusher library that regularly sends `pusher:ping` requests ( https://pusher.com/docs/channels/library_auth_reference/pusher-websockets-protocol/#ping-and-pong-messages ); ho…