pusher-http-python icon indicating copy to clipboard operation
pusher-http-python copied to clipboard

validate data using len

Open salah93 opened this issue 7 months ago • 0 comments

What does this PR do?

fixes #236

  • utility methods for validating data

  • validate len of event names/data from central function

  • formatting

  • add missing import

  • add missing constant

  • [-] If you have changed dependencies, ensure both requirements.txt and setup.py have been updated

CHANGELOG

  • [CHANGED] use len to determine size of data rather than sys.getsizeof

salah93 avatar May 26 '25 02:05 salah93