Error: code length overflow
FabioPinheiro opened this issue · 2 comments
FabioPinheiro commented
I'm getting the error code length overflow. (23676>23648)
AirstreamError.scala:75
This happens when setting a big string in a Var Var[String](initial = ...)
I think the error is not clear
Is there a way to mitigate this?
raquo commented
I don't think this error is coming from Airstream, I'm guessing it's from
some QR code library?
https://www.google.com/search?q=%22code+length+overflow%22
Message ID: ***@***.***>
…FabioPinheiro commented
oh I'm sorry about bothering you.
That's possible I'm using a QR code library with data from that Var
.
But I was convinced that I commented all the signals from and to the Var
before open this issue.
Let me do a little bit more testing.
Thank you