-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
too large websocket message cause offline #2082
Comments
|
Having the exact same issue here also on the official web version. |
I thought this was fixed on https://studio.apicur.io/ in this change: https://github.com/Apicurio/apicurio-studio/blob/master/platforms/quarkus/ws/src/main/resources/application.properties#L25 I believe the latest version with that change is deployed. But apparently not. I will investigate. Note: another improvement that we should consider is to send a JSON Diff as the payload for a source code change, rather than the entire source. Not sure if I'll ever reasonably have time to implement that though. |
This should be finally fixed and released/pushed to studio.apicur.io. I'm going to close this but please re-open if it is still not working! |
When I manually edit the json document and save it, when the json document is too large, it will lead to offline(websocket no response).
The text was updated successfully, but these errors were encountered: