Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SPADE-BDI
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jpalanca
SPADE-BDI
Commits
d8c66903
Commit
d8c66903
authored
Apr 12, 2019
by
serfrape
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set BDIBehaviour receive timeout to 0
parent
23e672a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bdi.py
spade_bdi/bdi.py
+1
-1
No files found.
spade_bdi/bdi.py
View file @
d8c66903
...
...
@@ -179,7 +179,7 @@ class BDIAgent(Agent):
Coroutine run cyclic.
"""
if
self
.
agent
.
bdi_enabled
:
msg
=
await
self
.
receive
(
timeout
=
0
.1
)
msg
=
await
self
.
receive
(
timeout
=
0
)
if
msg
:
received
=
json
.
loads
(
msg
.
body
)
mdata
=
msg
.
metadata
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment