Replies: 5 comments 6 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
This client does not generally target platforms beyond .NET Core and .NET Framework. In any case, it has no native code and cannot be responsible for a |
Beta Was this translation helpful? Give feedback.
-
Can you confirm that everything works as intended without using TLS? (SSL) |
Beta Was this translation helpful? Give feedback.
-
@VBoydev - you have a good understanding of the issue. Please test changes to fix this and open a pull request. We do not have access to a device running iOS to test this on. |
Beta Was this translation helpful? Give feedback.
-
Hi we have an issue when we are doing the tests in release mode we can't establish a connection, we do not have this issue when testing our app in debug mode. Also when building the nuget we use MassPublish -> Release, is this the correct way to build the nuget? |
Beta Was this translation helpful? Give feedback.
-
Hi,
We do get the fallowing exception which started happening after we started using SSL, the exception is when we are trying to initialise the connection and the app is crashing. It is a an exception trown in the RabitMq library and the try catch is not helping. The question maybe is any idea how we can catch this exception so the app is not crashing or anything else that mihght fix the issue.
Here is the exception:
Stacktrace
RabbitMQ_Client_Impl_SocketFrameHandler_Close (SocketFrameHandler.cs:196);Vapp.iOS
RabbitMQ_Client_Impl_SocketFrameHandler__ctor_RabbitMQ_Client_AmqpTcpEndpoint_System_Func_2_System_Net_Sockets_AddressFamily_RabbitMQ_Client_ITcpClient_System_TimeSpan_System_TimeSpan_System_TimeSpan (SocketFrameHandler.cs:126);Vapp.iOS
RabbitMQ_Client_Framing_Impl_IProtocolExtensions_CreateFrameHandler_RabbitMQ_Client_IProtocol_RabbitMQ_Client_AmqpTcpEndpoint_System_Func_2_System_Net_Sockets_AddressFamily_RabbitMQ_Client_ITcpClient_System_TimeSpan_System_TimeSpan_System_TimeSpan (IProtocolExtensions.cs:50);Vapp.iOS
RabbitMQ_Client_ConnectionFactory_CreateFrameHandler_RabbitMQ_Client_AmqpTcpEndpoint (ConnectionFactory.cs:513);Vapp.iOS
RabbitMQ_Client_EndpointResolverExtensions_SelectOne_T_REF_RabbitMQ_Client_IEndpointResolver_System_Func_2_RabbitMQ_Client_AmqpTcpEndpoint_T_REF (IEndpointResolverExtensions.cs:47);Vapp.iOS
RabbitMQ_Client_Framing_Impl_AutorecoveringConnection_Init_RabbitMQ_Client_IEndpointResolver (AutorecoveringConnection.cs:635);Vapp.iOS
RabbitMQ_Client_ConnectionFactory_CreateConnection_RabbitMQ_Client_IEndpointResolver_string (ConnectionFactory.cs:494);Vapp.iOS
RabbitMQ_Client_ConnectionFactory_CreateConnection_string (ConnectionFactory.cs:380);Vapp.iOS
RabbitMQ_Client_ConnectionFactory_CreateConnection (ConnectionFactory.cs:361);Vapp.iOS
Vapp_Services_Network_QueueApi_WebMessageClient__InitializeDownloadMessageConnectionAsyncd__21_MoveNext (:1);Vapp.iOS
System_Runtime_CompilerServices_AsyncTaskMethodBuilder_Start_Vapp_Services_Network_QueueApi_WebMessageClient__InitializeDownloadMessageConnectionAsyncd__21_Vapp_Services_Network_QueueApi_WebMessageClient__InitializeDownloadMessageConnectionAsyncd__21_ (AsyncMethodBuilder.cs:316);Vapp.iOS
Vapp_Services_Network_QueueApi_WebMessageClient_InitializeDownloadMessageConnectionAsync_bool (:1);Vapp.iOS
ut_end (:1);Vapp.iOS
System_Runtime_CompilerServices_AsyncTaskMethodBuilder_Start_Vapp_App___OnResumeb__30_0d_Vapp_App___OnResumeb__30_0d_ (AsyncMethodBuilder.cs:316);Vapp.iOS
Vapp_App__OnResumeb__30_0 (:1);Vapp.iOS
System_Threading_Tasks_Task_1_TResult_REF_InnerInvoke + 84;Vapp.iOS
System_Threading_Tasks_Task_Execute + 32;Vapp.iOS
System_Threading_Tasks_Task_ExecutionContextCallback_object + 84;Vapp.iOS
System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool + 424;Vapp.iOS
System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool + 40;Vapp.iOS
System_Threading_Tasks_Task_ExecuteWithThreadLocal_System_Threading_Tasks_Task_ + 292;Vapp.iOS
System_Threading_Tasks_Task_ExecuteEntry_bool + 268;Vapp.iOS
System_Threading_Tasks_Task_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem + 20;Vapp.iOS
System_Threading_ThreadPoolWorkQueue_Dispatch + 484;Vapp.iOS
ObjCRuntime_Runtime_ThreadPoolDispatcher_System_Func_1_bool (Runtime.cs:330);Vapp.iOS
System_Threading__ThreadPoolWaitCallback_PerformWaitCallback + 132;Vapp.iOS
wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 268;Vapp.iOS
mono_jit_runtime_invoke (mini-runtime.c:3190);Vapp.iOS
mono_runtime_try_invoke (object.c:3052);Vapp.iOS
worker_callback (threadpool.c:292);Vapp.iOS
worker_thread (threadpool-worker-default.c:502);Vapp.iOS
start_wrapper_internal (threads.c:1233);Vapp.iOS
start_wrapper (threads.c:1308);Vapp.iOS
Reason
SIGSEGV

Beta Was this translation helpful? Give feedback.
All reactions