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
Icicle\Socket\Stream\ReadableStreamTrait now buffers bytes up to the max length given to read() (or 8kB if no length is given) to improve performance when reading to a particular byte.