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
WAComboResponse and WAStremedResponse write to a socket stream directly.
ZdcSocketStream (Zinc) does not implement #crlf and stream nextPut: Character space fails because Characters can no longer be stored into a byte array (#nextPutAll: works because of the implicit conversion done by the VM in the primitive).
The text was updated successfully, but these errors were encountered:
These issues would be taken care of by SeasideSt/Grease#138, which simply introduces two extensions. But see discussion in #1159. This might not be the best solution.
WAComboResponse and WAStremedResponse write to a socket stream directly.
ZdcSocketStream (Zinc) does not implement
#crlf
andstream nextPut: Character space
fails because Characters can no longer be stored into a byte array (#nextPutAll:
works because of the implicit conversion done by the VM in the primitive).The text was updated successfully, but these errors were encountered: