Closed hairyhum closed 8 years ago
From this thread
client_timeout in rabbit_stomp_reader is handled with handle_info, while being sent with gen_server2:cast.
client_timeout
rabbit_stomp_reader
handle_info
gen_server2:cast
Fixed in #65.
From this thread
client_timeout
inrabbit_stomp_reader
is handled withhandle_info
, while being sent withgen_server2:cast
.