Skip to content

Commit fe56101

Browse files
committed
Possible fix for issue benjaminws#6 from @joshuarubin
1 parent 3f6e57b commit fe56101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stomp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function _connect(stomp) {
122122
var parsed_frame = null;
123123
var _frame = null;
124124
while (_frame = frames.shift()) {
125-
parsed_frame = parse_frame(_frame + '\0\n')
125+
parsed_frame = parse_frame(_frame)
126126
stomp.handle_new_frame(parsed_frame);
127127
}
128128

0 commit comments

Comments
 (0)