You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Arr, which represents RESP arrays, is an array of strings. In truth, it should be an array of RESP objects to facilitate nesting and such; currently this does not work however, because we cannot define recursive datatypes (carp-lang/Carp#623).
When this is fixed, this library will be fixed also.
Cheers
The text was updated successfully, but these errors were encountered:
Currently
Arr
, which represents RESP arrays, is an array of strings. In truth, it should be an array ofRESP
objects to facilitate nesting and such; currently this does not work however, because we cannot define recursive datatypes (carp-lang/Carp#623).When this is fixed, this library will be fixed also.
Cheers
The text was updated successfully, but these errors were encountered: