Skip to content

Commit 47e7b80

Browse files
committed
Added short support to BulkIO
1 parent 0cf5075 commit 47e7b80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rest/bulkio_handler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ class BulkIOWebsocketHandler(websocket.WebSocketHandler):
5757
data_conversion_map = {
5858
'dataFloat': _floats2bin,
5959
'dataDouble': _doubles2bin,
60-
'dataOctet': _pass_through
60+
'dataOctet': _pass_through,
61+
'dataShort': _pass_through
6162
}
6263

6364
def initialize(self, kind, _ioloop=None):

0 commit comments

Comments
 (0)