Fix issue where wsmessages were broadscast instead of sent to their respective client
This commit is contained in:
@@ -29,4 +29,9 @@ export type SerializedJob = {
|
||||
pdu: PDU;
|
||||
count?: number;
|
||||
perSecond?: number;
|
||||
};
|
||||
export type WSMessage = {
|
||||
type: string;
|
||||
identifier: string;
|
||||
data?: any;
|
||||
};
|
||||
Reference in New Issue
Block a user