adshares / ads

ADS Blockchain
Other
21 stars 4 forks source link

[CLOSED] broadcast function: no message length limit #47

Closed m-pilarczyk closed 6 years ago

m-pilarczyk commented 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?

m-pilarczyk commented 6 years ago

Comment by jzemlo Thursday May 24, 2018 at 18:17 GMT


Broadcast message length limit was added: 32000 bytes. Please test and update wiki.

m-pilarczyk commented 6 years ago

Comment by PawelPodkalicki Friday May 25, 2018 at 10:26 GMT


Test passed.

m-pilarczyk commented 6 years ago

Comment by PawelPodkalicki Friday May 25, 2018 at 14:04 GMT


Wiki updated.