I\'m using Python\'s websockets.send to send an array of data. I currently paginate the array using a for-loop with a range, firing off a new .send for each pag
.send