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
Decoder usually are turning incoming data into evenstream or xmlstream, but decode-string turns a string into a string. This is confusing. I suggest changing this name into split-string and keep decode-string as alias
The text was updated successfully, but these errors were encountered:
TobiasNx
changed the title
Rename decode-string since it does not transform the data into an eventstream but a string
Rename decode-string into string-splitter since it does not transform the data into an eventstream but a string
Nov 10, 2023
Decoder usually are turning incoming data into evenstream or xmlstream, but
decode-string
turns a string into a string. This is confusing. I suggest changing this name intosplit-string
and keepdecode-string
as aliasThe text was updated successfully, but these errors were encountered: