Commit e796487c authored by David Wilson's avatar David Wilson

core: allow sending 0-byte messages.

parent 6f2d5148
......@@ -153,7 +153,7 @@ class Message(object):
src_id = None
handle = None
reply_to = None
data = None
data = ''
router = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment