Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
prozorro-sale
Mirror
Commits
653166aa
Commit
653166aa
authored
Oct 19, 2021
by
Olha Zamirets
Browse files
Send empty data for 'noop' operations
parent
7ab19445
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mongodb_mirror/client.py
View file @
653166aa
...
...
@@ -104,7 +104,7 @@ class SocketMirrorClientSimpleProtocol(BaseSocketMirrorClient):
async
def
noop
(
self
,
ts
,
data
):
await
self
.
ws
.
send_json
({
'type'
:
'noop'
,
'data'
:
data
,
'data'
:
{}
,
'ts'
:
ts
},
dumps
=
ujson
.
dumps
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment