raquo/Airstream

Error: code length overflow

FabioPinheiro opened this issue · 2 comments

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

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