RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.
https://rocketchat.github.io/Rocket.Chat.Apps-engine/
MIT License
114 stars 119 forks source link

Improve ping time #759

Closed d-gubert closed 2 months ago

d-gubert commented 2 months ago

What? :boat:

Make the ping/pong mechanism use simple strings instead of a full JSON RPC message.

Why? :thinking:

This saves some CPU cycles by avoiding the creation of an object and also its encoding by msgpack. Pings now always take less than 1ms for the whole roundtrip

Links :earth_americas:

PS :eyes: