jorgebay commented on pull request #1547:
URL: https://github.com/apache/tinkerpop/pull/1547#issuecomment-1028780542


   hm... I thought T values, as the rest of enums were encoded as:
   
   `{type_code}{type_info}{value_flag}{value}`
   
   - type_code: `0x20` (1 byte)
   - type_info: no data (0 bytes)
   - value_flag: `0` (1 byte) - as not null
   - value: `0`, `0`, `0`, `0x5` (length), followed by the string `0x6c` `0x61` 
`0x62` `0x65` `0x6c`
   
   but looking at the java (reference) and C# implementations it looks like it 
expects a FQ string in the value instead, as you mention. The doc is incorrect.
   
   About the client timing out, it's a client issue, it should error out, we 
can file a ticket for it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to