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
{{ message }}
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
When we use net.Socket we need to use .toString() to get the whole content of the buffer because it may contain many \0 and ref.readCString will return the string which is before the first \0 not the whole content.
0 commit comments