File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed
PubNubUnity/Assets/PubNub Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11---
2- version : 7 .1.0
2+ version : v7 .1.1
33changelog :
4+ - date : 2023-10-25
5+ version : v7.1.1
6+ changes :
7+ - type : bug
8+ text : " Fixes issue of getting error when hereNow is called with channelGroups param only."
49 - date : 2023-10-16
510 version : 7.1.0
611 changes :
@@ -692,7 +697,7 @@ sdks:
692697 distribution-type : package
693698 distribution-repository : git release
694699 package-name : PubNub.unitypackage
695- location : https://github.com/pubnub/unity/releases/download/7 .1.0 /PubNub.unitypackage
700+ location : https://github.com/pubnub/unity/releases/download/v7 .1.1 /PubNub.unitypackage
696701 requires :
697702 -
698703 name : " UnityEditor"
@@ -859,7 +864,7 @@ sdks:
859864 distribution-type : package
860865 distribution-repository : git release
861866 package-name : PubNub.unitypackage
862- location : https://github.com/pubnub/unity/releases/download/7 .1.0 /PubNub.unitypackage
867+ location : https://github.com/pubnub/unity/releases/download/v7 .1.1 /PubNub.unitypackage
863868 requires :
864869 -
865870 name : " UnityEditor"
Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ public IEnumerator PublishTestMessage() {
2727 Assert . IsFalse ( s . Error ) ;
2828 }
2929
30- // Non-deterministic?
31- // [UnityTest]
30+ [ UnityTest ]
3231 public IEnumerator ReceiveMessage ( ) {
3332 yield return new WaitUntil ( ( ) => lastMessage != null ) ;
3433
Original file line number Diff line number Diff line change 11{
22 "name" : " com.pubnub.sdk" ,
3- "version" : " 7.1.0 " ,
3+ "version" : " 7.1.1 " ,
44 "displayName" : " PubNub SDK" ,
55 "description" : " PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks" ,
66 "unity" : " 2021.3" ,
Original file line number Diff line number Diff line change 1- 7.1.0
1+ 7.1.1
You can’t perform that action at this time.
0 commit comments