-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Immutable locking config * Fixed behavior with disabled config locking * Instead of opt-out immutable config opt-in with deprecation warnings * Added copy method on PNConfiguration instance
- Loading branch information
Showing
12 changed files
with
662 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
{ | ||
"version": 1, | ||
"interactions": [ | ||
{ | ||
"request": { | ||
"method": "GET", | ||
"uri": "https://ps.pndsn.com/signal/demo/demo/0/unique_sync/0/%22test%22?uuid=uuid-mock", | ||
"body": null, | ||
"headers": { | ||
"User-Agent": [ | ||
"PubNub-Python/8.0.0" | ||
], | ||
"Accept-Encoding": [ | ||
"gzip, deflate" | ||
], | ||
"Accept": [ | ||
"*/*" | ||
], | ||
"Connection": [ | ||
"keep-alive" | ||
] | ||
} | ||
}, | ||
"response": { | ||
"status": { | ||
"code": 200, | ||
"message": "OK" | ||
}, | ||
"headers": { | ||
"Connection": [ | ||
"keep-alive" | ||
], | ||
"Cache-Control": [ | ||
"no-cache" | ||
], | ||
"Date": [ | ||
"Wed, 31 Jul 2024 07:42:28 GMT" | ||
], | ||
"Content-Length": [ | ||
"30" | ||
], | ||
"Content-Type": [ | ||
"text/javascript; charset=\"UTF-8\"" | ||
], | ||
"Access-Control-Allow-Methods": [ | ||
"GET" | ||
], | ||
"Access-Control-Allow-Origin": [ | ||
"*" | ||
] | ||
}, | ||
"body": { | ||
"string": "[1,\"Sent\",\"17224117484567462\"]" | ||
} | ||
} | ||
}, | ||
{ | ||
"request": { | ||
"method": "GET", | ||
"uri": "https://ps.pndsn.com/signal/demo/demo/0/unique_sync/0/%22test%22?uuid=uuid-mock", | ||
"body": null, | ||
"headers": { | ||
"User-Agent": [ | ||
"PubNub-Python/8.0.0" | ||
], | ||
"Accept-Encoding": [ | ||
"gzip, deflate" | ||
], | ||
"Accept": [ | ||
"*/*" | ||
], | ||
"Connection": [ | ||
"keep-alive" | ||
] | ||
} | ||
}, | ||
"response": { | ||
"status": { | ||
"code": 200, | ||
"message": "OK" | ||
}, | ||
"headers": { | ||
"Connection": [ | ||
"keep-alive" | ||
], | ||
"Cache-Control": [ | ||
"no-cache" | ||
], | ||
"Date": [ | ||
"Wed, 31 Jul 2024 07:42:28 GMT" | ||
], | ||
"Content-Length": [ | ||
"30" | ||
], | ||
"Content-Type": [ | ||
"text/javascript; charset=\"UTF-8\"" | ||
], | ||
"Access-Control-Allow-Methods": [ | ||
"GET" | ||
], | ||
"Access-Control-Allow-Origin": [ | ||
"*" | ||
] | ||
}, | ||
"body": { | ||
"string": "[1,\"Sent\",\"17224117487136760\"]" | ||
} | ||
} | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.