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
The constants module, or at least the TAGLEN and MAXMSGLEN constants, should be exposed as a public API.
write_message and read_message have limitations on the size of the message based on the two above values, however it's impossible for users of the API to know the maximum length without copying those constants into their own code.
The text was updated successfully, but these errors were encountered:
The
constants
module, or at least theTAGLEN
andMAXMSGLEN
constants, should be exposed as a public API.write_message
andread_message
have limitations on the size of the message based on the two above values, however it's impossible for users of the API to know the maximum length without copying those constants into their own code.The text was updated successfully, but these errors were encountered: