-
I keep getting a platform exception on android that pusher has already been initialized.
-
- Echo Version: 1.14.1
- NPM Version: 8.13.1
- Node Version: v16.15.0
### Description:
It could be something really stupid and maybe I overlooked something, so tried it first with a few cl…
-
-
Hi, have a trouble:
run this websocket with letsencript certificate
it work some times without problem(broadcaster send messages)
then i create new events for broadcasters and reload socket
when i…
-
# Bug Explanation
I was testing websockets on an iOS application and noticed after 2 minutes events stopped cuz connection is marked as idle and removed due to `lastPongedAt`
However ping sent f…
-
I used the pusher config from the docs, as you can see below, but, the site still tries to use pusher, see the URL below the code
```
window.Echo = new Echo({
broadcaster: 'pusher',
key:…
-
Hi, recently I'm making an IoT project which needs a secured websocket connection (SSL). Then I found and tried this library which **almost** made my project works perfectly than any library I've trie…
-
**Plugin version:**
"@capawesome/capacitor-badge": "^2.0.2",
**Platform(s):**
ios
**Current behavior:**
While building iOS version I got this error "Cannot fing 'getConfig' in …
-
upgrading from 7.0.2 to 7.2.1 has broken the clients,
client could not receive any data except ping/pong
all three are broken after upgrade:
--pusher iOS SDK 8.0.0
--pusher android SDK 2.2.8
-…
-
i think the problem is coming from the fact that jsonize function only returns a map
`Map jsonize(raw) {
Map data;
if (raw is String) {
data = jsonDecode(raw);
} else {
d…