Network/src/dorkbox/network
Robinson 76f42c900c
Guarantee that connect occurs AFTER the current close events are finished running before redispatching on the connect dispatcher
2023-11-22 09:18:17 +01:00
..
aeron All connections are now buffered - in the event there is a network issue, or a quick reconnect, and messages are sent DURING this disconnected phase, these messages will be resent on the new connection once it is connected 2023-10-28 20:54:40 +02:00
connection Shutdown is now atomic instead of volatile 2023-11-13 14:10:19 +01:00
connectionType Added package-info.java 2023-09-03 21:09:54 +02:00
exceptions Added support for callbacks on a message, so there can be 'happens-before' logic. 2023-11-02 22:36:50 +01:00
handshake Added Handshake dispatch (was required, and must be single threaded) 2023-11-13 14:10:00 +01:00
ipFilter Added package-info.java 2023-09-03 21:09:54 +02:00
ping Added support for sessions 2023-09-21 12:53:47 +02:00
rmi Added support for callbacks on a message, so there can be 'happens-before' logic. 2023-11-02 22:36:50 +01:00
serialization Added support for callbacks on a message, so there can be 'happens-before' logic. 2023-11-02 22:36:50 +01:00
Client.kt Guarantee that connect occurs AFTER the current close events are finished running before redispatching on the connect dispatcher 2023-11-22 09:18:17 +01:00
Configuration.kt Version 6.15 2023-11-16 12:08:30 +01:00
Server.kt Added support for connection tags (so the client can set a name for its connection, and the server will get that name). This is usefull for identifying different connections (and doing different things) based on their tag name. 2023-10-28 20:55:49 +02:00
package-info.java Added package-info.java 2023-09-03 21:09:54 +02:00