| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Restarts are now an actual, close-as-possible to application
exit+reopen.
|
|
|
|
|
|
|
|
|
|
Also added an example to the NetworkTest plugin.
|
|
This fixes a crash in MSVC runtime caused by joining a thread in a global var's destructor.
|
|
|
|
This allows the callback classes to store the link inside them and use it internally later on, mainly for sending data.
|
|
The link-callbacks for each new accepted link are now received from the OnIncomingConnection listen-callback.
|
|
|
|
|
|
|
|
|
|
The callback receives the error details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|