Neil Alexander
6650712a1c
Federation fixes for virtual hosting
2022-11-15 15:05:23 +00:00
Till
7e8c605f98
Avoid unneeded JSON operations ( #2698 )
...
We were `json.Unmarshal`ing the EDU and `json.Marshal`ing right before
sending the EDU to the stream. Those are now removed and the consumer
does `json.Unmarshal` once.
2022-09-07 12:16:04 +02:00
Neil Alexander
175f65407a
Allow batching in JetStreamConsumer
( #2686 )
...
This allows us to receive more than one message from NATS at a time if we want.
2022-08-31 12:21:56 +01:00
Neil Alexander
7120eb6bc9
Add InputDeviceListUpdate
to the keyserver, remove old input API ( #2536 )
...
* Add `InputDeviceListUpdate` to the keyserver, remove old input API
* Fix copyright
* Log more information when a device list update fails
2022-06-15 14:27:07 +01:00