Skip to content

Commit 10542ad

Browse files
committed
Pass shard_id to reconnect in Conduit Websockets.
1 parent fb8817d commit 10542ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

twitchio/eventsub/websockets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ async def _reconnect(self, url: str) -> None:
299299
client=self._client,
300300
token_for=self._token_for,
301301
http=self._http,
302+
shard_id=self._shard_id,
302303
)
303304

304305
socket._subscriptions = self._subscriptions

0 commit comments

Comments
 (0)