Skip to content

silber-1.1

Latest
Compare
Choose a tag to compare
@MaksymT17 MaksymT17 released this 20 Sep 14:16
· 4 commits to master since this release

Added several enhancements as an increment over silber-1.0:

1 Added usage of an isolated memory block for each client for Responses. The library doesn`t validate client ID, which is the server's responsibility.
2 Improved getting a response with no additional copy. The client can operate with reserved memory until the next request is sent.
3 Added the possibility of installing the library and headers. It can be useful for developers, where such library can be linked for multiple targets(applications).
4. Add a non-blocking call for awaiting server readiness. Users can specify how long it may wait if server is not ready. For real-time computing, operations can be used to handle outdated requests. (polling period 5ms)

Full Changelog: 1.0...1.1