allows scrolling backwards through history
This commit is contained in:
@@ -38,8 +38,6 @@ pub async fn setup() -> anyhow::Result<()> {
|
||||
grpc_server.await?; //grpc server is dropped
|
||||
drop(cancellation_token); // All cancellation tokens are now dropped
|
||||
|
||||
error!("after awaits");
|
||||
|
||||
// Perform cleanup functions - at this point all servers have stopped and we can be sure that cleaning things up is safe
|
||||
for _ in 0..15 {
|
||||
if Arc::strong_count(&tlm) != 1 {
|
||||
|
||||
Reference in New Issue
Block a user