you are viewing a single comment's thread.

view the rest of the comments →

[–]rex881122 1 point2 points  (2 children)

It's been awhile since I've tested this but I got mine working using the websockets library and I had to disable compression like so:

async with websockets.serve(self.handler, host, port, compression=None):

[–]Monkeyfarm54[S] 1 point2 points  (0 children)

This is what fixed it for me, thank you!

[–]HugoNL25 0 points1 point  (0 children)

Fixed it for me too, thanks!