👀 New:
✏️ Brand new
broadcast
plugin now have a new name -websockets
with broadcast capabilities. It can handle hundreds of thousands of WebSocket connections very efficiently (~300k messages per second with 1k connected clients, an in-memory bus on 2CPU cores, and 1GB of RAM). With only 1GB of RAM, you can handle more than 30k (up to 50k) WebSocket connections.✏️ Flatbuffers binary messages for the
websockets
RPC calls under the hood.
🩹 Fixes:
- 🐛 Fix: Bug with
informer.Workers
worked incorrectly: Bug