File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.2.3
4
+
5
+ * [ FIXED] Handle exceptions properly while subscribing to a channel on Android (#104 )
6
+
3
7
## 1.2.2
4
8
5
9
* [ FIXED] Crash when a user subscribes to a channel twice on Android
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ The easiest way to find out when a channel has been successfully subscribed to i
412
412
413
413
``` typescript
414
414
const pusher = Pusher .getInstance ();
415
- const channels = {};
415
+
416
416
await pusher .init ({
417
417
apiKey: API_KEY ,
418
418
cluster: API_CLUSTER ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pusher/pusher-websocket-react-native" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " Pusher Channels Client for React Native" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments