raquo / Airstream

State propagation and event streams with mandatory ownership and no glitches
MIT License
246 stars 28 forks source link

Error: code length overflow #113

Closed FabioPinheiro closed 1 year ago

FabioPinheiro commented 1 year ago

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 1 year ago

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 1 year ago

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