Ruslan Pyrch

Results 77 comments of Ruslan Pyrch

Also got crash on macOS 13.4.1 (a) (22F770820b) Thorium M114.0.5735.134 arm64 ``` [2773:259:0711/002314.724133:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled. [0711/002315.006744:WARNING:crash_report_exception_handler.cc(235)] UniversalExceptionRaise: (os/kern) failure (5) [2783:259:0711/002315.008975:ERROR:child_thread_impl.cc(236)] Invalid...

@JamDoggie it slowdowns library much, because there additional checks and lists that contains delayed packets. Use Clumsy to test release https://jagt.github.io/clumsy/

Fixed by https://github.com/RevenantX/LiteNetLib/pull/557

>Could it be that on iOS the app requires the com.apple.developer.networking.multicast entitlement? Yes >And if so, are there any other ways to discover peers in the local wifi network? If...

https://developer.apple.com/forums/thread/663875 "The general rule is that sending or receiving multicast or broadcast traffic requires the [multicast entitlement](https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_networking_multicast) (com.apple.developer.networking.multicast)."

Can you separate please PeerIds commit and PausedSocketFix?

@SinForLove can you send additional information like logs, how you reconnecting or DisconnectReason details?

@SinForLove replace LiteNetLib.dll in example with library sources. This is needed thing for android/ios >Always use library sources instead of precompiled DLL files ( because there are platform specific #ifdefs...

@SinForLove use https://docs.unity3d.com/ScriptReference/Application-runInBackground.html

Client per task is more like TCP default mechanism where you will need sync all data between peers. Also this is additional context switches which is slow. One "super feature"...