Skip to content

Commit 558d759

Browse files
committed
noticed this when searching for potential source of uncaught exception
1 parent 74e4fdb commit 558d759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/conat/sync/pubsub.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class PubSub extends EventEmitter {
5353
};
5454

5555
set = (obj) => {
56-
this.client.publish(this.subject, obj);
56+
this.client.publishSync(this.subject, obj);
5757
};
5858

5959
private subscribe = async () => {

0 commit comments

Comments
 (0)