new_in
instead?new_in
instead? Missing request extension: Extension of type `alloc::sync::Arc<sqlx_core::pool::Pool<sqlx_mysql::database::MySql>>` was not found. Perhaps you forgot to add it? See `axum::Extension`.
the pool is accessible to all route handler's using .with_state(pool.clone())
meaning Arc<MySqlPool>
should be available to all handlers via State
right?? RIGHT???State(pool): State<Arc<MySqlPool>>,
instead of Extension(pool): Extension<Arc<MySqlPool>>,
Missing request extension: Extension of type `alloc::sync::Arc<sqlx_core::pool::Pool<sqlx_mysql::database::MySql>>` was not found. Perhaps you forgot to add it? See `axum::Extension`.
the pool is accessible to all route handler's using .with_state(pool.clone())
meaning Arc<MySqlPool>
should be available to all handlers via State
right?? RIGHT??? FSTD
/DTSF
one) for the new masterserver's backcompat. alternatively register via HTTPS, it should be easier™msg = MsgClSay()
is creating a new object of the MsgClSay class. Who in their right mind would expect that pyson sets its header size to whatever the first instance of MsgClSay had PACKET_GETINFO
constant?skip
after a map
call?
statement please
putting it before the map
works.
So the "information" (e.g. slice information) is lost during a map
that's kinda sad map
guarantees that the function is executed even for skip
ped elementsmap
guarantees that the function is executed even for skip
ped elements new_in
doesn't look like placement newJsonSerializer.DeserializeAsync<MasterServerInfo>(entry.DataStream!)
JsonSerializer.DeserializeAsync<MasterServerInfo>(entry.DataStream!)
new_in
doesn't look like placement new