ssb: Testing a theory that message sends are piling up.

This commit is contained in:
Cory McWilliams 2025-03-17 12:27:16 -04:00
parent bb7d2d7ae0
commit c50de0b0f0

View File

@ -1009,9 +1009,7 @@ static void _tf_ssb_connection_send_history_stream(
.end_request = end_request,
};
snprintf(async->author, sizeof(async->author), "%s", author);
char key[128];
snprintf(key, sizeof(key), "%s:%" PRId64, author, sequence);
tf_ssb_connection_schedule_idle(connection, key, _tf_ssb_connection_send_history_stream_callback, async);
tf_ssb_connection_schedule_idle(connection, author, _tf_ssb_connection_send_history_stream_callback, async);
}
}