You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added BridgeNet2.ServerBridge and BridgeNet2.ClientBridge constructors- they are identical to ReferenceBridge, just with better types. The current ReferenceBridge will not be deprecated or affected by this.
Instead of being limited to tables, you can now pass any type into :Fire(). This means you can finally pass in nil values to :Fire() too.
Fixes
Fixed rate limiting
Re-added methods on the Bridge type to types
Improvements
Added Connection type to Bridge:Connect() functions
RateLimitActive is now a public boolean that can be set by the user
Improved error messages
Improved logger readability.
I made a script to automate releases- there should hopefully be less inconsistencies with releases from now on.