Ejemplo n.º 1
0
void clubby_proto_send(struct mg_connection *nc, struct ub_ctx *ctx,
                       ub_val_t frame) {
  ub_render(ctx, frame, clubby_proto_ws_emit, nc);
}
Ejemplo n.º 2
0
void clubby_proto_send(struct ub_ctx *ctx, ub_val_t frame) {
  ub_render(ctx, frame, clubby_proto_ws_emit, NULL);
}