Commit Graph

23 Commits

Author SHA1 Message Date
Robinson 41b3acf147
Fixed api name 2023-11-27 14:40:09 +01:00
Robinson bf0cd3f0e6
Added support for PER-CONNECTION buffering of messages (default is enabled) 2023-11-27 11:14:52 +01:00
Robinson 2cfc2e41e6
Make sure now that errors during unit tests are properly failing (or ignoring) as appropriate the test. 2023-11-22 20:38:46 +01:00
Robinson b2b6cfdc10
Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 17:04:25 +02:00
Robinson 63dd14015c
Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
Robinson d4c70c4c1f
Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
Robinson 55604c679c
Moved port from configuration file to API call for connect() and bind() 2023-06-26 19:28:55 +02:00
Robinson bc0a0e2dcc
Updated unit tests APIs 2023-06-16 14:15:27 +02:00
Robinson e35cf8afe4
Updated unit tests 2023-05-28 18:41:46 +02:00
Robinson d3b0964b61
Cleaned up unit tests 2023-03-17 15:05:59 +01:00
Robinson 5533d6f794
updated copyright in unit tests 2023-03-17 15:00:00 +01:00
Robinson 655cd02a30
added status output during connect 2022-04-04 23:22:18 +02:00
Robinson 04fa453ff3
Merge remote-tracking branch 'origin/master' 2022-03-15 12:53:53 +01:00
Robinson c5cecac7b5
Reverted IPC filter unit test 2022-03-15 12:47:19 +01:00
Robinson 29f71f425f
Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
Robinson 3563888c91
Fixed connection filter test for server 2022-03-15 10:31:36 +01:00
Robinson 6a7fe7b1dc Added support for filtering aeron driver exceptions, `onError` listeners are now notified if there is an aeron driver error. 2021-07-26 20:40:43 +02:00
Robinson ef4b76d303 Changed scope for onMessage/disconnect/connect/etc callbacks from 'connection' -> 'this'. 2021-04-30 22:39:36 +02:00
Robinson c529bde55b updated tests to latest source 2021-04-30 18:22:38 +02:00
Robinson 0da8986258 code cleanup 2021-04-29 11:37:13 +02:00
Robinson a5a951f863 removed runBlocking, as it's no longer necessary 2021-04-29 11:26:19 +02:00
Robinson f53e705432 Fixed "fast" reconnect issues, where sometimes the media driver would be disconnected from the aeron driver 2021-04-27 13:57:47 +02:00
Robinson 29b0ee8199 Fixed connection filter on connect 2021-04-27 10:28:18 +02:00