Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
b9e3c1db
Unverified
Commit
b9e3c1db
authored
Jun 23, 2023
by
Dominik Charousset
Committed by
GitHub
Jun 23, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1455
Fix typos
parents
5eb49e3e
e1b6bb61
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
CHANGELOG.md
CHANGELOG.md
+3
-3
libcaf_net/caf/net/generic_lower_layer.hpp
libcaf_net/caf/net/generic_lower_layer.hpp
+2
-2
No files found.
CHANGELOG.md
View file @
b9e3c1db
...
...
@@ -674,9 +674,9 @@ is based on [Keep a Changelog](https://keepachangelog.com).
already did.
-
The
`typed_actor_view`
decorator lacked several member functions such as
`link_to`
,
`send_exit`
, etc. These are now available.
-
Constructing a
`typed_actor`
handle from a pointer view failed du
to a missing
constructor overload. This (explicit) overload now exists and the conversion
should work as expected.
-
Constructing a
`typed_actor`
handle from a pointer view failed du
e to a
missing constructor overload. This (explicit) overload now exists and the
conversion
should work as expected.
-
Sending floating points to remote actors changed
`infinity`
and
`NaN`
to
garbage values (#1107). The fixed packing / unpacking routines for IEEE 754
values keep these non-numeric values intact now. It is worth mentioning that
...
...
libcaf_net/caf/net/generic_lower_layer.hpp
View file @
b9e3c1db
...
...
@@ -34,8 +34,8 @@ public:
/// flushed before closing the socket.
virtual
void
shutdown
()
=
0
;
/// Shuts down any connection or session du
to an error. Any pending data gets
/// flushed before closing the socket. Protocols with a dedicated closing
/// Shuts down any connection or session du
e to an error. Any pending data
///
gets
flushed before closing the socket. Protocols with a dedicated closing
/// handshake such as WebSocket may send the close reason to the peer.
virtual
void
shutdown
(
const
error
&
reason
);
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment