Closed m-pilarczyk closed 6 years ago
Issue by PawelPodkalicki Thursday May 24, 2018 at 07:56 GMT Originally opened as https://github.com/adshares/esc/issues/43
broadcast function sends message. There is no information about message length limit. I suppose that this function should have maximum length of message defined. What kind of data this message should contain and what is the limit of it's size?
broadcast
Comment by jzemlo Thursday May 24, 2018 at 18:17 GMT
Broadcast message length limit was added: 32000 bytes. Please test and update wiki.
Comment by PawelPodkalicki Friday May 25, 2018 at 10:26 GMT
Test passed.
Comment by PawelPodkalicki Friday May 25, 2018 at 14:04 GMT
Wiki updated.
Issue by PawelPodkalicki Thursday May 24, 2018 at 07:56 GMT Originally opened as https://github.com/adshares/esc/issues/43
broadcast
function sends message. There is no information about message length limit. I suppose that this function should have maximum length of message defined. What kind of data this message should contain and what is the limit of it's size?