sharedMapper was made private in #6 but Listener::handleMessage (defined later in the same header) still calls Hub::sharedMapper(). Any consumer that actually instantiates the WebSocket Listener hit a private-access compile error. Add `friend class Listener;` so Listener can reach the shared ObjectMapper without exposing it publicly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| oatpp-authkit | ||