|
|
@ -46,7 +46,7 @@ impl AsyncStreamProtocolListener for ApiProtocolListener {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#[cfg(not(unix))]
|
|
|
|
#[cfg(not(unix))]
|
|
|
|
{
|
|
|
|
{
|
|
|
|
use rmp_ipc::prelude::IPCError;
|
|
|
|
use bromine::prelude::IPCError;
|
|
|
|
Err(IPCError::BuildError(
|
|
|
|
Err(IPCError::BuildError(
|
|
|
|
"The address can not be made into a socket address".to_string(),
|
|
|
|
"The address can not be made into a socket address".to_string(),
|
|
|
|
))
|
|
|
|
))
|
|
|
@ -124,7 +124,7 @@ impl AsyncProtocolStream for ApiProtocolStream {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#[cfg(not(unix))]
|
|
|
|
#[cfg(not(unix))]
|
|
|
|
{
|
|
|
|
{
|
|
|
|
use rmp_ipc::prelude::IPCError;
|
|
|
|
use bromine::prelude::IPCError;
|
|
|
|
Err(IPCError::BuildError(
|
|
|
|
Err(IPCError::BuildError(
|
|
|
|
"The address can not be made into a socket address".to_string(),
|
|
|
|
"The address can not be made into a socket address".to_string(),
|
|
|
|
))
|
|
|
|
))
|
|
|
|