Skip to content

Commit

Permalink
Fix Brent's mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
chungmin99 committed May 8, 2023
1 parent baa2e25 commit f0557b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viser/infra/_infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,5 +331,5 @@ async def _consumer(
while True:
raw = await websocket.recv()
assert isinstance(raw, bytes)
message = Message.deserialize(raw)
message = message_class.deserialize(raw)
handle_message(message)

0 comments on commit f0557b9

Please sign in to comment.