Files
nats-server/server
Ivan Kozlovic 4d495104de Fixed no_responders use of sendProtoNow()
The call sendProtoNow() should not normally be used (only when
setting up a connection when the writeloop is not yet started and
server needs to send something before being able to start the
writeLoop.

Instead, code should use enqueueProto(). For this particular
case though, use queueOutbound() directly and add to the
producer's pcd map.

Also fixed other places where we were using queueOutbound() +
flushSignal() which is what enqueueProto is doing.

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2020-07-09 17:55:14 -06:00
..
2020-06-12 15:48:38 -07:00
2019-10-15 23:55:13 +08:00
2020-05-19 14:15:11 -07:00
2020-06-26 10:29:53 -07:00
2020-07-01 08:13:24 -07:00
2020-02-25 19:53:09 -05:00
2020-06-17 15:10:41 -04:00
2020-06-18 21:04:34 -07:00
2020-06-26 10:29:53 -07:00
2019-05-06 15:41:38 -07:00
2020-06-26 09:03:22 -07:00
2019-12-12 11:58:24 -07:00
2018-12-06 15:09:14 -08:00
2020-06-01 18:00:13 -04:00
2020-06-18 19:27:42 +03:00
2020-06-26 09:03:22 -07:00
2020-06-12 10:03:47 -06:00
2018-10-06 14:06:14 -07:00
2018-03-15 22:31:07 -07:00
2019-11-14 20:05:32 -07:00
2018-03-15 22:31:07 -07:00
2019-11-14 20:05:32 -07:00
2019-11-14 20:05:32 -07:00
2019-12-12 11:58:24 -07:00
2020-06-02 06:24:46 -07:00
2020-06-01 16:54:41 -07:00