@viamrobotics/rpc
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "@viamrobotics/rpc", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -42,5 +42,2 @@ import { grpc } from "@improbable-eng/grpc-web"; | ||
const data = msg.getData_asU8(); | ||
if (data.length === 0 && msg.getEom()) { | ||
return undefined; | ||
} | ||
if (data.length + this.packetBufSize > MaxMessageSize) { | ||
@@ -47,0 +44,0 @@ this.packetBuf.length = 0; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2631106
2900