We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf5075 commit 47e7b80Copy full SHA for 47e7b80
rest/bulkio_handler.py
@@ -57,7 +57,8 @@ class BulkIOWebsocketHandler(websocket.WebSocketHandler):
57
data_conversion_map = {
58
'dataFloat': _floats2bin,
59
'dataDouble': _doubles2bin,
60
- 'dataOctet': _pass_through
+ 'dataOctet': _pass_through,
61
+ 'dataShort': _pass_through
62
}
63
64
def initialize(self, kind, _ioloop=None):
0 commit comments