Closed banesullivan closed 11 months ago
I'm struggling to reproduce the exact error in a normal trame app, but I am seeing an issue where the client will sporadically disconnect with aiohttp~=3.9 with some JS console errors:
aiohttp 3.9.0 seems to concatenate two text messages over the ws, which messed up wslink protocol.
Same issue as the one reported on pyvista/trame for adding actors.
I'm having the same issue too. I workaround this by explicitly requesting aiohttp<3.9 in my requirements
3.9.1 fixed that issue. The problem is now just with 3.9.0
I'm seeing the following error in the Jupyter logs when using aiohttp 3.9.0 and the trame-vtk remote view is broken/not loading any images. Downgrading to aiohttp==3.8.6 fixes the issue