sachin shinde
sachin shinde
Link to reference DateTime serialization implementation - https://stackoverflow.com/a/22238613
https://pynative.com/python-serialize-datetime-into-json
> @sacOO7 - Thanks for the quick response. Changing the data contract is not a good option as i use it for api http server->client data transfer as well. Instead...
This is going to take a good amount of time looking at the wide use of `json.dumps` and `json.loads` at multiple places. Need to refactor it with one custom JSON...
Remove `loop` provided via `clientOptions`, as per guidance and spec requirement, external loops should be avoided
Related to #528
Hi @jamesroseman, Thanks for reporting the issue! We do have [pending issue](https://github.com/ably/ably-python/issues/528) to add strong type support. We will try to include fix for the same in future release 👍
@jamesroseman feel free to open the PR. We will be happy to review and merge it as long as it doesn't impact/break for existing users.
@hsghori I have notified the author of the of the library who wrote `asyncio` part, we will get back to you once available 👍
> I'm trying to understand to what extent actual parallel usage of this client is safe / tested / supported. > > For example, since I can't use bulk publish...