Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
kickoff v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
binux committed Mar 18, 2017
1 parent 124b9f2 commit 2bcd5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyspider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# http://binux.me
# Created on 2014-11-17 19:17:12

__version__ = '0.3.9'
__version__ = '0.3.10-dev'

4 comments on commit 2bcd5d2

@binux
Copy link
Owner Author

@binux binux commented on 2bcd5d2 Mar 21, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@binux
Copy link
Owner Author

@binux binux commented on 2bcd5d2 Mar 21, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just self.send_message(different_project, msg)

@binux
Copy link
Owner Author

@binux binux commented on 2bcd5d2 Mar 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't yield in on_message

@Torah
Copy link

@Torah Torah commented on 2bcd5d2 Mar 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, right now the send_message can do well, but the on_message seems not working well. Is there any dependence on this func?

Please sign in to comment.