native-messaging icon indicating copy to clipboard operation
native-messaging copied to clipboard

fix missing messages when multiple messages are read at once

Open kasatani opened this issue 4 years ago • 0 comments

When multiple messages are sent at once from the browser and process.stdin.read() reads all of them, native-messaging only handles the first message and ignores the rest. This PR will fix this issue.

kasatani avatar Jan 13 '22 13:01 kasatani