bag-of-bug / Obstar

Obstar/Korexk source code
GNU General Public License v3.0
9 stars 12 forks source link

RangeError: offset is outside the bounds of the DataView #4

Open minthantsin opened 4 years ago

minthantsin commented 4 years ago

If you get the following error, I know one way to fix it (not sure if it is the correct solution but it works). RangeError_offset_outside_bounds_data_view

In "SocketSchema.js" file (under "Public/SHARE" folder), add the following line right after "case 'init' {}" switch(type) statement: data.key = '';

set_data_key_to_empty_string

JBX2060 commented 3 years ago

Thanks alot!