We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edc7e8 commit d9fb28aCopy full SHA for d9fb28a
src/plugins/score-plugin-protocols/Protocols/SocketIO/SocketIOClient.hpp
@@ -12,7 +12,7 @@
12
#include <boost/beast/version.hpp>
13
#include <boost/beast/websocket.hpp>
14
#include <boost/json.hpp>
15
-
+#include <ossia/detail/fmt.hpp>
16
#include <charconv>
17
#include <cstdlib>
18
#include <functional>
@@ -522,7 +522,7 @@ class socketio_client_session
522
523
co_await this->m_write_channel.async_send(
524
{},
525
- std::format("42{}{}", cur, boost::json::serialize(boost::json::array{args...})));
+ fmt::format("42{}{}", cur, boost::json::serialize(boost::json::array{args...})));
526
527
co_return co_await std::move(q);
528
}
0 commit comments