Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
increase socket buffer size 1024->4096 (#1075)
When a gateway has 30+ devices connected the message of the device list becomes bigger than 1024 bytes. That means only part of the message is read, and therefore the checksum will not match and you get an error. simply increasing the buffer size fixed this issue. See home-assistant/core#51229
- Loading branch information