Add server side transaction origin
This commit is contained in:
parent
d98ea1fb83
commit
6c945d3ebd
@ -167,7 +167,7 @@ const messageListener = (conn, doc, message) => {
|
|||||||
switch (messageType) {
|
switch (messageType) {
|
||||||
case messageSync:
|
case messageSync:
|
||||||
encoding.writeVarUint(encoder, messageSync)
|
encoding.writeVarUint(encoder, messageSync)
|
||||||
syncProtocol.readSyncMessage(decoder, encoder, doc, null)
|
syncProtocol.readSyncMessage(decoder, encoder, doc, conn)
|
||||||
|
|
||||||
// If the `encoder` only contains the type of reply message and no
|
// If the `encoder` only contains the type of reply message and no
|
||||||
// message, there is no need to send the message. When `encoder` only
|
// message, there is no need to send the message. When `encoder` only
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user