We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddacc3 commit 6ff26feCopy full SHA for 6ff26fe
2 files changed
event-bus.js
@@ -29,7 +29,7 @@ export default class EventBus {
29
}
30
31
async publishEvent(event) {
32
- this.#client.write(JSON.stringify(event))
+ this.#client.write(`${JSON.stringify(event)}\n`)
33
34
35
async #publishStatePeriodically() {
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "talkops",
3
"description": "TalkOps SDK",
4
- "version": "2.15.3",
+ "version": "2.15.4",
5
"author": "PicoUX",
6
"license": "MIT",
7
"main": "index.mjs",
0 commit comments