Skip to content

Commit

Permalink
fix: condition
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Jun 2, 2024
1 parent af6c641 commit 3b96357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KubeUI/ViewModels/Workloads/Pod/PodLogsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public async Task Connect()

_ = Task.Run(async () =>
{
while (!_isConnected)
while (_isConnected)
{
try
{
Expand Down

0 comments on commit 3b96357

Please sign in to comment.