Skip to content

Conversation

@uuf6429
Copy link
Contributor

@uuf6429 uuf6429 commented Jan 1, 2025

Thanks to PHPStan, I noticed something "off" when on the client side we divide timeouts by 1000 (resulting in a float) but then this library multiplies them back by 1000 (timeouts on our side are in ms).

This library does not ensure that the correct timeout value type is passed, for example W3C does not allow float, but at the same time this library does not handle nulls.

With this PR, I'm trying to fix the following problems:

@uuf6429
Copy link
Contributor Author

uuf6429 commented Feb 10, 2025

@OndraM small reminder about this PR. Please let me know if anything is missing or unclear!

@OndraM
Copy link
Collaborator

OndraM commented Feb 13, 2025

@OndraM small reminder about this PR. Please let me know if anything is missing or unclear!

Hi @uuf6429 and thank you, I will try to have a look next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants