Closed vedantroy closed 2 years ago
The context for this question is: I have an application where ws.send
is successfully sending data back to the client, but app.publish
is not sending anything.
Update: I should have been passing in strings (not buffers).
The Typescript bindings say
app.publish
returns a boolean, but it seems like the return value can also be undefined?