ForgeNetworkingRemastered icon indicating copy to clipboard operation
ForgeNetworkingRemastered copied to clipboard

See various forks, also please join the Forge Community fork of Forge Alloy! -> https://github.com/ForgeAlloyCommunity/ForgeAlloy

Results 59 ForgeNetworkingRemastered issues
Sort by recently updated
recently updated
newest added

![th](https://user-images.githubusercontent.com/100404698/155724697-59962cb7-eb9a-4b5f-b056-d0fb0bd7e2f9.jpg)

### Version Number and Operating System(s): Unity 2019.4.30f1 macOS 11.4 with Xcode 12.5.1 iOS 14.8 ### Expected behavior: iOS application running as client used to connect to computer running as...

Here are some changes I made to my local copy so thought I would submit them to see if they help anyone else. I have tried to break down each...

- Messages added back to pool while still active in message bus stored messages and repeater lists. - Make MessagePoolMulti thread safe as it is called from alloy networking thread...

Prevent PlayerRepository Duplicate error and make BMSBytePool thread safe

### Version Number and Operating System(s): Windows 7 x64 Unity 2018.1.1f1 Forge Version 3/10/2018 - 19.53.38,04 (I downloaded it in 2021, it is the latest version of master branch) ###...

### Version Number and Operating System(s): Windows 10, Forge Network Alloy at da8e129 (develop). ### Expected behavior: Easy way to access relevant network object RPC was invoked on from `RpcArgs`...

## Summary This introduces requests with responses, which are just RPCs that can send back a value. Requests are also just layered on top of RPCs and don't introduce any...

This is a continuation of #310, as the original author is no longer interested in fixing the changes. From the original PR: ``` These are more of a quality of...