Release: 1.1.0-rc10
What's Changed
- Room Information Retrieval Enhancement:
- When the first API call to get room information returns an empty array, the plugin now attempts to retrieve the room information again. This improves reliability in scenarios where room data may not be immediately available.
- Socket Connection Retry Limit:
- The plugin now stops retrying to connect the socket after exceeding 10 attempts. This prevents infinite retry loops and ensures graceful failure handling.
For details, see PR #43.