| 101 | } |
| 102 | |
| 103 | void instance::write(scheduler* ctx, const routing_table::route& r, header& hdr, |
| 104 | payload_writer* writer) { |
| 105 | auto lg = log::io::trace("hdr = {}", hdr); |
| 106 | CAF_ASSERT(hdr.payload_len == 0 || writer != nullptr); |
| 107 | write(*sys_, ctx, callee_.get_buffer(r.hdl), hdr, writer); |
| 108 | flush(r); |
| 109 | } |
| 110 | |
| 111 | void instance::add_published_actor(uint16_t port, |
| 112 | strong_actor_ptr published_actor, |