forked from cory/tildefriends
ssb: Testing a theory that message sends are piling up.
This commit is contained in:
parent
bb7d2d7ae0
commit
c50de0b0f0
@ -1009,9 +1009,7 @@ static void _tf_ssb_connection_send_history_stream(
|
|||||||
.end_request = end_request,
|
.end_request = end_request,
|
||||||
};
|
};
|
||||||
snprintf(async->author, sizeof(async->author), "%s", author);
|
snprintf(async->author, sizeof(async->author), "%s", author);
|
||||||
char key[128];
|
tf_ssb_connection_schedule_idle(connection, author, _tf_ssb_connection_send_history_stream_callback, async);
|
||||||
snprintf(key, sizeof(key), "%s:%" PRId64, author, sequence);
|
|
||||||
tf_ssb_connection_schedule_idle(connection, key, _tf_ssb_connection_send_history_stream_callback, async);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user