Hello
Upon updating to 4.0.2Pro the following error occurs:
Assets\FishNet\Plugins\Bayou\Core\ServerSocket.cs(51,17): error CS0246: The type or namespace name 'ListCache<>' could not be found (are you missing a using directive or an assembly reference?)
Thanks.
Bayou Version: 2.0.0
Also - Line 45 onwards in ServerSocket.cs
/// <summary>
/// Ids to disconnect next iteration. This ensures data goes through to disconnecting remote connections. This may be removed in a later release.
/// </summary>
private ListCache<int> _disconnectingNext = new ListCache<int>();
/// <summary>
/// Ids to disconnect immediately.
/// </summary>
private ListCache<int> _disconnectingNow = new ListCache<int>();