#Bayou Error on 4.0.2Pro Update

6 messages · Page 1 of 1 (latest)

timid ingot
#

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>();
timid ingot
#

Also occurs with version 4.0.0

cyan vapor
#

ListCache was planned for removal, and thus Bayou needs to be updated for v4

full inlet
#

Add-ons aren't updating to 4 until it's considered production ready. No eta but probably in a couple weeks.

timid ingot
#

Thankyou.

gleaming jetty
#

Was this ever resolved?