Alex Hultman
|
27d93c8d0c
|
Emit new 'subscription' events
|
2022-12-24 12:32:17 +01:00 |
|
Alex Hultman
|
e1708b85a5
|
Build and run tests on Windows via Clang/Makefile
|
2022-11-02 06:38:14 +01:00 |
|
Alex Hultman
|
02691e0cde
|
Fix Windows build?
|
2021-10-01 04:24:23 +02:00 |
|
root
|
0ede7e5d8e
|
Optimize big message publishing, fix unreferenced publishes
|
2021-09-28 23:22:38 +00:00 |
|
 Alex HultmanandGitHub
|
814a7ee53e
|
Clear outgoingMessages on last drained subscriber
|
2021-09-28 23:23:00 +02:00 |
|
Alex Hultman
|
7a3bc47f75
|
And that is totally wrong & broken
|
2021-09-27 02:21:46 +02:00 |
|
Alex Hultman
|
dd67cb01f2
|
Trigger & fix first fuzzing bug
|
2021-09-25 06:26:58 +02:00 |
|
Alex Hultman
|
4243874967
|
Rewritten pub/sub, v20
|
2021-09-25 04:46:10 +02:00 |
|
 Alex HultmanandGitHub
|
f1cd150efb
|
Clean senderHoles from deleted subscriber
|
2021-09-22 21:25:36 +02:00 |
|
Alex Hultman
|
d4a24fdb5e
|
Fix v19 reordering bug
|
2021-09-13 12:58:18 +02:00 |
|
 hst-mandGitHub
|
d94bf2cd43
|
forSubscriber needs to act like set_intersection
* fix #1269
* Update TopicTree.h
* improve performance
* cleanup
* indent
* move variables
* latestMatch
* group emitted messages
* whitespace
* typo
* improve performance
|
2021-06-26 22:25:21 +02:00 |
|
Alex Hultman
|
75e2479a9c
|
Do not append / to root-level topicNames
|
2021-04-10 23:16:04 +02:00 |
|
Alex Hultman
|
5df25ffa59
|
Fix lookupTopic
|
2021-04-10 22:24:11 +02:00 |
|
Alex Hultman
|
6bf2e75589
|
Many changes and additions to pub/sub APIs
|
2021-02-20 15:58:20 +01:00 |
|
Alex Hultman
|
94f4deb50e
|
Return [numSubscribers, success] when (un)subscribing
|
2021-02-19 19:53:29 +01:00 |
|
Alex Hultman
|
acbe52518f
|
Remove f2, add ofats::any_invocable
|
2021-02-19 07:09:55 +01:00 |
|
Alex Hultman
|
a17a6a7268
|
Add nonStrict subscribe/unsubscribe
|
2021-02-03 00:16:56 +01:00 |
|
Alex Hultman
|
dc423cfda2
|
Add "fin" to intersection iterator
|
2021-01-29 12:21:46 +01:00 |
|
Alex Hultman
|
ac7c72698d
|
Initial integration of new topicTree
|
2021-01-28 17:26:02 +01:00 |
|
Alex Hultman
|
af8094268c
|
Cleanups
|
2021-01-28 17:15:05 +01:00 |
|
Alex Hultman
|
596d7fdfc0
|
Pass basic topicTree testcase
|
2021-01-28 16:49:09 +01:00 |
|
Alex Hultman
|
0d74439933
|
Initial sender hole experiment
|
2021-01-28 01:52:22 +01:00 |
|
 Robert NagyandGitHub
|
cd33cd20ba
|
replace goto with loop (#1151)
|
2020-12-23 23:00:35 +01:00 |
|
Alex Hultman
|
03fca626a9
|
Fix overflow of triggered topics
|
2020-09-06 13:05:13 +02:00 |
|
Alex Hultman
|
c2dbcf0c04
|
Refuse wildcards when publishing
|
2020-08-12 21:57:33 +02:00 |
|
 alexhultman-2faandGitHub
|
f21cb8fcba
|
Quick-fix stack overflow while fuzzing
|
2020-08-09 10:24:15 +02:00 |
|
 Alex HultmanandGitHub
|
c7506a05dc
|
Remove print from TopicTree
|
2020-06-28 08:31:24 +02:00 |
|
Alex Hultman
|
fd2d36328d
|
Never drain a closing socket from unsubscribeAll
|
2020-06-10 22:25:45 +02:00 |
|
Alex Hultman
|
17b718a10b
|
Stricter pub/sub grouping
|
2020-06-10 14:20:32 +02:00 |
|
Alex Hultman
|
8f7d642f3f
|
Add shared compression for pub/sub
|
2020-05-28 23:24:52 +02:00 |
|
 Alex HultmanandGitHub
|
fb7a3303d6
|
Clear no longer subscribed-to Topics when draining
|
2020-05-20 17:27:06 +02:00 |
|
Alex Hultman
|
7a000bffcf
|
Add failing unit test for TopicTree
|
2020-05-08 14:05:06 +02:00 |
|
Alex Hultman
|
199f42e800
|
It's no longer a draft
|
2020-01-09 18:48:26 +01:00 |
|
Alex Hultman
|
6c7844d65f
|
Fix up unsubscribeAll
|
2019-10-07 11:58:02 +02:00 |
|
Alex Hultman
|
e6908aeec2
|
Re-enable experimental pub/sub support
|
2019-06-20 20:37:20 +02:00 |
|
Alex Hultman
|
996703dde6
|
Make everything struct, never use class
|
2019-06-09 08:07:51 +02:00 |
|
Alex Hultman
|
762b18459e
|
Refactor a bit, put everything in uWS namespace
|
2019-06-09 07:53:43 +02:00 |
|
Alex Hultman
|
b1de3a5135
|
Refactor Loop::defaultLoop() to Loop::get(), never use "default loops".
|
2019-03-02 03:04:07 +01:00 |
|
Alex Hultman
|
399318f866
|
Disable TopicTree for now
|
2019-02-10 02:11:11 +01:00 |
|
Alex Hultman
|
f1bdbc968b
|
First pass of overall cleanups
|
2019-02-10 00:17:13 +01:00 |
|
Alex Hultman
|
cfac783cd9
|
Smaller TopicTree changes
|
2019-02-09 23:47:34 +01:00 |
|
Alex Hultman
|
3fe7964e74
|
Properly unsubscribe from everywhere on close
|
2019-02-09 09:29:29 +01:00 |
|
Alex Hultman
|
6fe717f46a
|
Some changes to pubsub
|
2019-02-09 08:45:27 +01:00 |
|
Alex Hultman
|
f08bc8cd03
|
Initial pubsub preparatory work
|
2019-02-09 01:00:17 +01:00 |
|
Alex Hultman
|
aaf1f05dcd
|
Move in TopicTree from uTT
|
2019-02-08 23:23:25 +01:00 |
|