Skip to content

Commit

Permalink
Fix networking Mono Issue
Browse files Browse the repository at this point in the history
Workaround for what is most likely mono/mono#8775 which seems as if it will never be fixed.
  • Loading branch information
123DMWM committed Aug 30, 2020
1 parent 70dcbf1 commit 257c4f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fCraft/Network/Heartbeat.cs
Expand Up @@ -144,6 +144,7 @@ static void Beat([NotNull] SchedulerTask scheduledTask)
ParseHeartbeatResponse(replyString);
} catch (Exception ex) {
LogHeartbeatError(state, ex);
heartBeatRequest.ServicePoint.CloseConnectionGroup(null);
}
}

Expand Down

0 comments on commit 257c4f3

Please sign in to comment.