<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Android Volley &#124; Making A Synchronous Request	</title>
	<atom:link href="https://www.truiton.com/2015/02/android-volley-making-synchronous-request/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.truiton.com/2015/02/android-volley-making-synchronous-request/</link>
	<description>Technology Reaching Us In Time - Online</description>
	<lastBuildDate>Thu, 21 Nov 2019 11:52:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: P-RAD		</title>
		<link>https://www.truiton.com/2015/02/android-volley-making-synchronous-request/#comment-8400</link>

		<dc:creator><![CDATA[P-RAD]]></dc:creator>
		<pubDate>Wed, 14 Oct 2015 18:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=808#comment-8400</guid>

					<description><![CDATA[What if the Volly Request is Running in a Service ?]]></description>
			<content:encoded><![CDATA[<p>What if the Volly Request is Running in a Service ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark		</title>
		<link>https://www.truiton.com/2015/02/android-volley-making-synchronous-request/#comment-8205</link>

		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Fri, 25 Sep 2015 09:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=808#comment-8205</guid>

					<description><![CDATA[Hi!
There is a problem with the RequestFuture get() method. If a response is delivered, in the onResponse method the notifyAll() method is called. This will cause an InterruptedException in the doGet() method. So the response is delivered but it causes an InterruptedException by request.get(). The only way to solve it is to call request.get() again when an InterruptedException happens.]]></description>
			<content:encoded><![CDATA[<p>Hi!<br />
There is a problem with the RequestFuture get() method. If a response is delivered, in the onResponse method the notifyAll() method is called. This will cause an InterruptedException in the doGet() method. So the response is delivered but it causes an InterruptedException by request.get(). The only way to solve it is to call request.get() again when an InterruptedException happens.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.truiton.com @ 2026-07-15 01:43:35 by W3 Total Cache
-->