You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.
this is definitely not enough for any serious management system and causes nasty errors on gremlin side:
gremlin_1 | [WARN] AbstractGraphSONMessageSerializerV2d0 - Request [PooledUnsafeDirectByteBuf(ridx: 8175, widx: 8175, cap: 8192)] could not be deserialized by org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV2d0.
gremlin_1 | org.apache.tinkerpop.shaded.jackson.core.io.JsonEOFException: Unexpected end-of-input in character escape sequence
gremlin_1 | at [Source: (byte[])"{"requestId":"44a7bc13-f7f4-4731-bd68-df6cab6b988b","op":"eval","processor":"","args":{"bindings":{"_0":"Grimis-long-label","_1":"long","_2":"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00"[truncated 7675 bytes]; line: 1, column: 16351]
Increasing this settings fixes the error, so we're preparing a MR making gremgo.NewDialer() more flexible with the possibility to set more websocket.Dialer options
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently websocket message is limited to 8192 bytes:
gremgo/connection.go
Lines 51 to 52 in f9215ff
this is definitely not enough for any serious management system and causes nasty errors on gremlin side:
Increasing this settings fixes the error, so we're preparing a MR making
gremgo.NewDialer()
more flexible with the possibility to set morewebsocket.Dialer
optionsThe text was updated successfully, but these errors were encountered: