# v1.0.5

## Overview

This is a patch release for version 1.0.

## Key Updates <a href="#na" id="na"></a>

* Fixed an issue where the server would occasionally crash or experience increased load
* Fixed a bug where reconnection would fail when switching to an address within the same subnet in client P2P connections

### Server <a href="#sb" id="sb"></a>

* General
  * Fixed an issue where a panic could occur during reconnection
  * Resolved an issue where receiving invalid packets could increase the load
  * Fixed an issue where a panic could occur during inter-server communication
* UDP
  * Addressed an issue where a panic could occur during UDP connections
* P2P
  * Fixed a bug where a panic could occur during NAT Type determination

### Client <a href="#kuraianto" id="kuraianto"></a>

* General
  * Added status for socket errors
* UDP
  * Modified to prevent closing the socket upon EHOSTDOWN error
  * Changed to reacquire the local address when the PublicIP changes
