Eino Gourdin
Eino Gourdin
I'd be interested also. Edit: dist files are not up-to-date and need to be rebuild. The issue is that the build command is broken. There is an error about UglifyJsPlugin...
I have the same error: "AssertionError: Dependency rule tried to blank-out primary key column", while loading a json data for an existing object. The error doesn't even occur when doing...
The issue can be closed. As stated in SO post, an extra space caused the hour field not being declared in the object.
Hello, I'm still getting this warning on firefox (I see nothing in Chrome, but no amp_cookie_test is visible in the local storage, so perhaps the warning is just not visible...
@EladBezalel This bug should not be closed: drag doesn't work in either Firefox nor Chrome in the given example.
Hi, thanks for this awesome project. Is there perchance any update on the issue? I have met it as well randomly, where the server doesn't notice a client has disconnected...
I investigated the issue some more, and I may have found the original reason. It seems in case of `WebSocketError` (also any other `Exception`), the Websocket is closed, but iteration...
Actually that's not the cause of the issue. On next call, as connection is closed, `receive` returns `WS_CLOSED_MESSAGE` (line 404) thus terminate the iteration.
@waelAbass there's a `chunk_size` parameter in constructor: https://github.com/btubbs/sseclient/blob/87e4b49b052b538b4d8dfc4db75ca87f6757119d/sseclient.py#L25
Hi, are you sure it isn't related to chunks? It looks like #28. At least for me, merging @mutantmonkey 's PR #35 fixed a similar issue.