-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I seem to remember that python has some kind of funny compression turned on by default that CC doesn't play nice with. |
Beta Was this translation helpful? Give feedback.
-
What version of CC:T are you on? This should have been fixed by 1.104.0, but it's possible you're on an older version. As Lupus says, this is probably issues with compressed frames. If you add |
Beta Was this translation helpful? Give feedback.
What version of CC:T are you on? This should have been fixed by 1.104.0, but it's possible you're on an older version.
As Lupus says, this is probably issues with compressed frames. If you add
compression=None
to your call towebsockets.serve
, this should also fix these issues - see #988 for a similar problem.