Comparing version 3.0.1 to 3.0.2
@@ -322,3 +322,5 @@ /* | ||
} | ||
current.frames.push(frame.payload); | ||
if (frame.payload) { | ||
current.frames.push(frame.payload); | ||
} | ||
} else if (this.next_delivery_id === frame.performative.delivery_id) { | ||
@@ -325,0 +327,0 @@ current = {'id':frame.performative.delivery_id, |
@@ -519,2 +519,4 @@ /* | ||
return types.wrap_uuid(o); | ||
} else if (o instanceof Typed) { | ||
return o; | ||
} else { | ||
@@ -521,0 +523,0 @@ //TODO handle uuids |
{ | ||
"name": "rhea", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "reactive AMQP 1.0 library", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/amqp/rhea", |
@@ -294,3 +294,3 @@ ![Node.js CI](https://github.com/amqp/rhea/workflows/Node.js%20CI/badge.svg) | ||
connection. See the [websocket echo server | ||
example](example/websocket/echo.js) for how to use it. | ||
example](examples/websockets/echo.js) for how to use it. | ||
@@ -297,0 +297,0 @@ --------------------------------------------------------------------- |
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
1350937
25031