Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

callback method can not be invoked in await method #901

Open
wants to merge 1,202 commits into
base: master
Choose a base branch
from
Open

callback method can not be invoked in await method #901

wants to merge 1,202 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jul 22, 2015

Callback method can not be invoked in await method when refreshing page after sending the request.

I don't know whether it designed for any deep reasons, but I think program should continue even if the request channel is closed when

refreshing or closing the page.

Notalifeform and others added 30 commits October 29, 2013 21:22
…late

 Add loadModels params in fixture.tag to be compatible with master version
 Fix parameters positions in fixtures for loading as template option
the result of "Time.parseDuration(duration)" was treated as an Integer, and this can exceed the limit of Integer.MAX_VALUE very easily, we can cast to Long to prevent this issue.
Used text data type can be set via "evolution.PLAY_EVOLUTIONS.textType"
…rt=<port number>

Use the framework id when parsing the jpda.port so that we can specify a separate fixed port to use for debugging per mode
Fixed bug where adding the option '-f' would actually always randomise the jpda_port
Add documentation for the following command line options: http.port, https.port, jpda.port and pid_file
…r webservice wanted messages of why the request was bad)
…aking our customers.....passwords now can have colon with this fix
Conflicts:
	framework/src/play/jobs/JobsPlugin.java
Conflicts:
	framework/src/play/db/DBPlugin.java
	framework/src/play/db/jpa/JPAPlugin.java
…lay1 into tazmaniax-lighthouse-1748-master-patch

Conflicts:
	framework/src/play/db/DBConfig.java
[#1735] add return to unbind method
travis -> cloudbees
[#1763] Check for empty uploads when binding File[]
xael-fry and others added 29 commits May 4, 2015 11:12
* refactor(JPAPlugin): move JPAModelLoader to its own file
disabled play's hibernate interceptor, giving back transitive persistence

Conflicts:
	framework/src/play/db/jpa/HibernateInterceptor.java
	framework/src/play/db/jpa/JPAPlugin.java
switch back to standard play save() behaviour

Conflicts:
	framework/src/play/db/jpa/HibernateInterceptor.java
	framework/src/play/db/jpa/JPAPlugin.java
* [#1944] refactor(HibernateInterceptor): fix tabulation in file

Conflicts:
	documentation/manual/configuration.textile
	framework/src/play/db/jpa/HibernateInterceptor.java
Someone has been mixing tabs and spaces in here...
* [#1713] feat(command): add documentation for param --force-server in command install
** remove some deprecated method call and used the new ones

Conflicts:
	framework/src/play/server/FileService.java
	framework/src/play/server/PlayHandler.java
…haracter(+, .)

* Add ipv4Address validation test
* fix typo in PhoneTest method
…e displaying the exception if (only available on PlayException)
Conflicts:
	framework/src/play/data/FileUpload.java
Callback method can not be invoked in await method when refreshing page after sending the request.

I don't know whether it designed for any deep reasons, but I think program should continue even if the request channel is closed when 

refreshing or closing the page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.