Can I reuse buffer for another send/publish after calling ws.send(buffer)/app.publish("foo", buffer)?
#1153
-
|
If I call And relatedly: Can I modify the buffer received via |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes if you don't change the size (obviously)
Yes. The only call where this is not true, is tryEnd. |
Beta Was this translation helpful? Give feedback.
Yes if you don't change the size (obviously)
Yes. The only call where this is not true, is tryEnd.