Skip to content

Commit 2f73aa8

Browse files
committed
Change KeepAliveLoop
1 parent e0caf3a commit 2f73aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TS3QueryLib.Core.Framework/AwaitableQueryDispatcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ protected async void KeepAliveLoop()
192192
while (Client != null && KeepAliveInterval.HasValue)
193193
{
194194
await Task.Delay(KeepAliveInterval.Value);
195-
await SendAsync("\n");
195+
await SendAsync("version");
196196
}
197197
}
198198

0 commit comments

Comments
 (0)